Message ID | 20190523122623.25684-3-dbaryshkov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] ima-evm-utils: link to libcrypto instead of OpenSSL | expand |
diff --git a/src/Makefile.am b/src/Makefile.am index 164e7e4af020..9c037e21dc4f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,9 @@ include_HEADERS = imaevm.h nodist_libimaevm_la_SOURCES = hash_info.h BUILT_SOURCES = hash_info.h +EXTRA_DIST = hash_info.gen hash_info.h: Makefile - ./hash_info.gen $(KERNEL_HEADERS) >$@ + $(srcdir)/hash_info.gen $(KERNEL_HEADERS) >$@ bin_PROGRAMS = evmctl
Include hash-info.gen into tarball and call it from the sourcedir to fix out-of-tree build (and thus 'make distcheck'). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)