aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 13:13:47 -0600
committerTed Gould <ted@gould.cx>2010-12-08 13:13:47 -0600
commit6e142fbdc9e35ceee10ecea050014e9270ffefa4 (patch)
tree0a19dec3efce95759979a9d27aa443e8e22c5f72 /Makefile.am
parent3acbfb57c4800b7f8611d1ce5db391cad96f398b (diff)
parent01a31930c3eb89c5ca20fb70ba76a4317b2f2648 (diff)
downloadayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.tar.gz
ayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.tar.bz2
ayatana-indicator-application-6e142fbdc9e35ceee10ecea050014e9270ffefa4.zip
* Upstream Merge
* Removing libappindicator from the tarball
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
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"; \