summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-21 13:52:51 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-25 15:01:39 +0100
commit1cbaad1503cac313dcae262fa089e4f48bbff528 (patch)
tree18f8c9d4ea2c40a709a91c8fa2294f80576d8ab0 /Makefile.am
parent909e2d097ce5e672cb7a485f5d90d527b3f90eab (diff)
define DISTCHECK_CONFIGURE_FLAGS as distcheck has to build with --enable-gtk-doc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5254a6b..780e331 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = wocky tools m4 examples tests docs
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
dist-hook:
chmod u+w ${distdir}/ChangeLog
if test -d ${top_srcdir}/.git; then \