aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2019-02-07 13:44:39 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2019-02-07 13:44:39 -0800
commit9a015bcdde49dfed7b5e949f597dc36538e5c6c2 (patch)
treeb974fdfadff3e7ae6b45c455cad84b349a0c944f
parentada929e0c5669c3f8272be631b7702db1621434a (diff)
downloadkmod-9a015bcdde49dfed7b5e949f597dc36538e5c6c2.tar.gz
build: fix make distcheck
Make sure to add the dummy.pkcs7 file to the dist files. While at it, also change the distcheck flags to include --with-openssl.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index de1026f..3f8bf9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -272,6 +272,7 @@ check-am: rootfs check-sysconfdir
EXTRA_DIST += \
testsuite/module-playground/cache \
+ testsuite/module-playground/dummy.pkcs7 \
testsuite/module-playground/dummy.sha1 \
testsuite/module-playground/dummy.sha256 \
testsuite/module-playground/Makefile \
@@ -406,7 +407,7 @@ DISTCLEAN_LOCAL_HOOKS += testsuite-distclean
EXTRA_DIST += testsuite/rootfs-pristine
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python --sysconfdir=/etc \
- --with-zlib \
+ --with-zlib --with-openssl \
--with-bashcompletiondir=$$dc_install_base/$(bashcompletiondir)
distclean-local: $(DISTCLEAN_LOCAL_HOOKS)