From: Lucas De Marchi Date: Thu, 7 Feb 2019 21:44:39 +0000 (-0800) Subject: build: fix make distcheck X-Git-Tag: v26~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a015bcdde49dfed7b5e949f597dc36538e5c6c2;p=thirdparty%2Fkmod.git 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. --- diff --git a/Makefile.am b/Makefile.am index de1026f8..3f8bf9f0 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)