diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 12:25:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 12:25:44 -0600 |
commit | 6e6356f469f994bdddace1c8d7c3c4170f9fa773 (patch) | |
tree | 850bf7a49b15137c0f62060502016ca7b039caa0 /Makefile.am | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
parent | d797092764eb9d3f2907706487bdcd94f9d2cfb8 (diff) | |
download | libayatana-appindicator-6e6356f469f994bdddace1c8d7c3c4170f9fa773.tar.gz libayatana-appindicator-6e6356f469f994bdddace1c8d7c3c4170f9fa773.tar.bz2 libayatana-appindicator-6e6356f469f994bdddace1c8d7c3c4170f9fa773.zip |
Removing the service from the build
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 |