]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: fix make distcheck
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 7 Feb 2019 21:44:39 +0000 (13:44 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 7 Feb 2019 21:44:39 +0000 (13:44 -0800)
Make sure to add the dummy.pkcs7 file to the dist files.

While at it, also change the distcheck flags to include --with-openssl.

Makefile.am

index de1026f8bd469da979fd9dbd7e7d9134277aa996..3f8bf9f0e6f0ea8168b21cc46c20eabc1ad74524 100644 (file)
@@ -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)