summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-19 13:27:17 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-19 13:28:02 -0300
commit7896165922b5e31c5f332be488351f8a415fa3e9 (patch)
tree2bfde6c0a3ab8294da239f7ff06689b029c52f0f /Makefile.am
parent33202e84f344794b1ae261874883874a2c15dc80 (diff)
downloadkmod-7896165922b5e31c5f332be488351f8a415fa3e9.tar.gz
kmod-7896165922b5e31c5f332be488351f8a415fa3e9.tar.bz2
kmod-7896165922b5e31c5f332be488351f8a415fa3e9.zip
build-sys: allow compressed modules in testsuite
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)