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 /Makefile.am | |
parent | 2f6177e8b934546b253bdf80d5b1ff073a19db49 (diff) | |
download | libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.tar.gz libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.tar.bz2 libayatana-indicator-aa26429a1e78f8bbcce99c9adf5d4e2557f24482.zip |
Getting SUBDIRS right
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |