aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-02 15:51:22 -0600
committerTed Gould <ted@gould.cx>2010-12-02 15:51:22 -0600
commit683065b19e8b912c5e936418f118daa0f8505199 (patch)
tree8fe5a5134de7dc681b28133f527b50dc195e5067 /Makefile.am
parenta5eb518ad20a629a26f0c614d43e7d2206391ab4 (diff)
downloadayatana-indicator-application-683065b19e8b912c5e936418f118daa0f8505199.tar.gz
ayatana-indicator-application-683065b19e8b912c5e936418f118daa0f8505199.tar.bz2
ayatana-indicator-application-683065b19e8b912c5e936418f118daa0f8505199.zip
Removing doc and introspection build options
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 701fff8..6729e86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = \
autogen.sh \
ChangeLog
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection
+DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
dist-hook:
@if test -d "$(top_srcdir)/.bzr"; \