diff options
author | Ted Gould <ted@gould.cx> | 2010-12-06 09:03:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-06 09:03:23 -0600 |
commit | 0fc55bf4f61e56527bc445cb7ee3dabe46ae2890 (patch) | |
tree | 304379249fc32c2735aa1815dc4940c72f0673c9 /Makefile.am | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
parent | 0f4c1ea2e42274464d4acef34e2048b5791d51fb (diff) | |
download | libayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.tar.gz libayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.tar.bz2 libayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.zip |
Merging the remove service branch
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 |