diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-02-07 13:44:39 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2019-02-07 13:44:39 -0800 |
commit | 9a015bcdde49dfed7b5e949f597dc36538e5c6c2 (patch) | |
tree | b974fdfadff3e7ae6b45c455cad84b349a0c944f | |
parent | ada929e0c5669c3f8272be631b7702db1621434a (diff) | |
download | kmod-9a015bcdde49dfed7b5e949f597dc36538e5c6c2.tar.gz kmod-9a015bcdde49dfed7b5e949f597dc36538e5c6c2.tar.bz2 kmod-9a015bcdde49dfed7b5e949f597dc36538e5c6c2.zip |
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.am | 3 |
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) |