2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +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:
Steve Beattie 2018-05-01 16:10:29 -07:00
parent e87a662efc
commit 9f2959482f
No known key found for this signature in database
GPG Key ID: 2F099E8D005E81F4

View File

@ -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