summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-12 14:21:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-12 14:21:56 +0000
commit6cb2e65aa3d3bece2f6522be2d6731bd081abd15 (patch)
treed9d53b7c5d2f7789070103d84cbfdc3fdde6af72 /Makefile.am
parentf0d74d8a4bb0ec3ac571616aec37c85ac967bbc8 (diff)
downloadtelepathy-glib-6cb2e65aa3d3bece2f6522be2d6731bd081abd15.tar.gz
Make distcheck with gtkdoc and without debug
20070312142156-53eee-d1738c44ece0690ed4f65ace0343b88e613e074f.gz
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 0e12a88b3..0815b9f21 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = lib src data m4 tests
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug
+
dist-hook:
chmod a+w ${distdir}/ChangeLog
if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi