mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Removes collections db after maintainer-clean
This commit is contained in:
parent
3f38b56682
commit
46f4b84a07
11
Makefile.am
11
Makefile.am
@ -18,23 +18,26 @@ ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
# make maintainer-clean
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in \
|
||||
aclocal.m4 \
|
||||
ar-lib \
|
||||
build/libtool.m4 \
|
||||
build/lt~obsolete.m4 \
|
||||
build/ltoptions.m4 \
|
||||
build/ltsugar.m4 \
|
||||
build/ltversion.m4 \
|
||||
build/lt~obsolete.m4 \
|
||||
compile \
|
||||
config.guess \
|
||||
config.sub \
|
||||
configure \
|
||||
depcomp \
|
||||
install-sh \
|
||||
ltmain.sh \
|
||||
ylwrap \
|
||||
Makefile.in \
|
||||
missing \
|
||||
depcomp
|
||||
test/modsec-shared-collections \
|
||||
test/modsec-shared-collections-lock \
|
||||
ylwrap
|
||||
|
||||
|
||||
cppcheck:
|
||||
cppcheck --suppressions-list=./test/cppcheck_suppressions.txt --enable=all --inconclusive --template="{file},{line},{severity},{id},{message}" -U YYSTYPE -U YY_USER_INIT --std=posix .
|
||||
|
Loading…
x
Reference in New Issue
Block a user