diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:37:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:37:58 -0600 |
commit | 2855f7ddc41cee49729cc94a43a3bead2de22055 (patch) | |
tree | f04bc5fb347c145d8ee5a015967ccfb2e3faaa85 /Makefile.am | |
parent | 40c2ed841e817647a7f9bf0798815bbf8279769c (diff) | |
parent | 671666f8ece765624fe6f2c94e6ece24688c5b8c (diff) | |
download | libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.gz libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.bz2 libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.zip |
Merging in removing of the service
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 98e4a88..0de0f59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = data \ - src \ +SUBDIRS = \ + src \ bindings \ example \ tests \ @@ -12,7 +12,6 @@ EXTRA_DIST = \ xmldocs.make \ autogen.sh \ COPYING.LGPL.2.1 \ - COPYING.LGPL.3 \ ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection |