diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 14:30:24 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 14:30:24 +0100 |
commit | aa26429a1e78f8bbcce99c9adf5d4e2557f24482 (patch) | |
tree | c480618b66a9c5eb6a0fda02de179709d0db6216 | |
parent | 2f6177e8b934546b253bdf80d5b1ff073a19db49 (diff) | |
download | libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.tar.gz libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.tar.bz2 libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.zip |
Getting SUBDIRS right
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | docs/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 555e6d5..aa9b4d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,5 @@ SUBDIRS = \ libindicate \ tests \ data \ - po + po \ + docs diff --git a/docs/Makefile.am b/docs/Makefile.am index ae8bcb7..f3ddc22 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1 @@ -SUBS = reference +SUBDIRS = reference |