From 7896165922b5e31c5f332be488351f8a415fa3e9 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 19 Jun 2012 13:27:17 -0300 Subject: [PATCH] build-sys: allow compressed modules in testsuite --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d681118..c3d7dbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -200,7 +200,7 @@ testsuite-distclean: DISTCLEAN_LOCAL_HOOKS += testsuite-distclean EXTRA_DIST += testsuite/rootfs-pristine -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --sysconfdir=/etc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --sysconfdir=/etc --with-zlib distclean-local: $(DISTCLEAN_LOCAL_HOOKS) -- 2.7.4