summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-01-07 11:54:45 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-01-11 15:27:25 +0000
commit6be6014a3c8211a7fe2affa3aca6fe7307553fe4 (patch)
tree595e39ed2665a3199feb5aa00553a5b3a23815eb /Makefile.am
parent43fdb5573a5213cb69610419e932e9c8aa6e2d7e (diff)
downloadtelepathy-salut-6be6014a3c8211a7fe2affa3aca6fe7307553fe4.tar.gz
build with --disable-debug when distchecking as in Gabble
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 313cea8e..d91b385a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = tools extensions lib src data m4 tests docs
+DISTCHECK_CONFIGURE_FLAGS = --disable-debug
+
dist-hook:
chmod u+w ${distdir}/ChangeLog
if test -d ${top_srcdir}/.git; then \