aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-08 14:58:19 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-08 14:58:19 -0500
commit199da20b7b02e718a87ccc9c433e3df3e01adb91 (patch)
treeaf910e495e743b3817de6c5bc9f26ef80faf9b02 /Makefile.am
parent5ebc39ab98b0e099eb68b87e16b03bbc2f8a2a85 (diff)
downloadayatana-indicator-application-199da20b7b02e718a87ccc9c433e3df3e01adb91.tar.gz
ayatana-indicator-application-199da20b7b02e718a87ccc9c433e3df3e01adb91.tar.bz2
ayatana-indicator-application-199da20b7b02e718a87ccc9c433e3df3e01adb91.zip
Fixes for make distcheck and default configure args
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c52a29..d63fda6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,15 @@
SUBDIRS = data \
src \
- docs \
example \
- tests
+ tests \
+ docs
-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-gtk-doc
+EXTRA_DIST = \
+ gtk-doc.make \
+ omf.make \
+ xmldocs.make
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall
dist-hook:
@if test -d "$(top_srcdir)/.bzr"; \