diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 14:08:44 -0600 |
commit | 6c905a6e958d626df511ced154e9ed8fb867afc5 (patch) | |
tree | c866e25da37bcc927df40ac04c9c0460a6962edd /Makefile.am | |
parent | 12d94d3b9aa17214cadec6e98831356330cead51 (diff) | |
parent | 97fcd2621c571bda84b090961e31c54104641257 (diff) | |
download | ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.gz ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.bz2 ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.zip |
Remove the library from the build
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 98e4a88..335efc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,11 @@ SUBDIRS = data \ src \ - bindings \ - example \ - tests \ - docs + tests EXTRA_DIST = \ - m4/introspection.m4 \ - gtk-doc.make \ - omf.make \ - xmldocs.make \ - autogen.sh \ - COPYING.LGPL.2.1 \ - COPYING.LGPL.3 \ ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |