summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-08-22 15:06:19 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-08-22 15:17:51 +0100
commit5adfae30f655b11383c440938e9c08fc6ea8314a (patch)
tree93f83623bff307263bf3e92ec0cbccca94e85669
parentf25e07b522c757722c8b8ada2c0201b122355731 (diff)
add configure flags for distcheck
Pass --enable-gtk-doc and --with-xauth-dir=/home/user for distcheck to check documentation building and to pass configure.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c861665..218a290 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,3 +43,5 @@ MAINTAINERCLEANFILES = \
autom4te.cache/* \
po/$(GETTEXT_PACKAGE).pot \
po/*.bak
+
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-xauth-dir=/home/user