diff options
| author | Ted Gould <ted@gould.cx> | 2010-12-08 14:10:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-12-08 14:10:43 -0600 |
| commit | 4b13b78cbbf5a6b959e43d4f943862a67bc66110 (patch) | |
| tree | f5a1fe0c5a1bf234d8c642bda8eb8fc39db8e516 /Makefile.am | |
| parent | 3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff) | |
| parent | 951f22d924bbb4e31eed9e481c850202a0d2522d (diff) | |
| download | ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.gz ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.tar.bz2 ayatana-indicator-application-4b13b78cbbf5a6b959e43d4f943862a67bc66110.zip | |
* Upstream Merge
* Removing libappindicator from the tarball
* Autogen
* debian/control: Removing all libappindicator packages
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"; \ |
