From 19baffbfa2ed8cd1ca1d312b22521dcb8f1861d1 Mon Sep 17 00:00:00 2001 From: Roberto Sassu Date: Sun, 28 Jun 2020 18:50:29 +0200 Subject: [PATCH] Install headers --- include/Makefile.am | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 5ace5be..e87a32c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,10 +1,11 @@ -noinst_HEADERS = kernel_lib.h \ - list.h \ - lib.h \ - compact_list.h \ - crypto.h \ - xattr.h \ - evm.h \ - selinux.h \ - cap.h \ - ima_list.h +digest_lists_includedir=$(includedir)/digestlist +digest_lists_include_HEADERS = kernel_lib.h \ + list.h \ + lib.h \ + compact_list.h \ + crypto.h \ + xattr.h \ + evm.h \ + selinux.h \ + cap.h \ + ima_list.h -- GitLab