From 380a6260dc0bf73e7af3d0bb1c9f3a89096fd1e3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Sep 2012 16:03:06 +0200 Subject: [PATCH] build: Enable dundee and tools when building distribution --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5f46ef07..40a83dcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -756,7 +756,8 @@ gatchat_test_qcdm_SOURCES = gatchat/test-qcdm.c $(gatchat_sources) gatchat_test_qcdm_LDADD = @GLIB_LIBS@ -DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles +DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles \ + --enable-dundee --enable-tools MAINTAINERCLEANFILES = Makefile.in \ aclocal.m4 configure config.h.in config.sub config.guess \