mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
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 <steve.beattie@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de> PR: https://gitlab.com/apparmor/apparmor/merge_requests/112
This commit is contained in:
parent
e87a662efc
commit
9f2959482f
@ -32,7 +32,7 @@ AA_LIB_AGE = 5
|
|||||||
|
|
||||||
SUFFIXES = .pc.in .pc
|
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_LFLAGS = -v
|
||||||
AM_YFLAGS = -d -p aalogparse_
|
AM_YFLAGS = -d -p aalogparse_
|
||||||
AM_CFLAGS = -Wall
|
AM_CFLAGS = -Wall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user