From 9f2959482f4c5c19ff8ed414e8c6a8e0615a37f4 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Tue, 1 May 2018 16:10:29 -0700 Subject: [PATCH] libapparmor: do not purge PMurHash.h on maintainerclean Commit 63b7cb0660eb790678376436994595d9676b0ab0 (libapparmor: convert multicache from using djb2 hashing to murmur3 hash) mistakenly added PmurHash.h to the list of files generated by the build process and thus should be removed when the 'maintainerclean' make target is invoked. This fixes the issue by removing PmurHash.h from the list of generated files. Signed-off-by: Steve Beattie Acked-by: Christian Boltz PR: https://gitlab.com/apparmor/apparmor/merge_requests/112 --- libraries/libapparmor/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libapparmor/src/Makefile.am b/libraries/libapparmor/src/Makefile.am index b9721fd33..60c360a28 100644 --- a/libraries/libapparmor/src/Makefile.am +++ b/libraries/libapparmor/src/Makefile.am @@ -32,7 +32,7 @@ AA_LIB_AGE = 5 SUFFIXES = .pc.in .pc -BUILT_SOURCES = grammar.h scanner.h af_protos.h PMurHash.h +BUILT_SOURCES = grammar.h scanner.h af_protos.h AM_LFLAGS = -v AM_YFLAGS = -d -p aalogparse_ AM_CFLAGS = -Wall