From 46f4b84a0711f6725ca4c30ecfd9879f766eac40 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 11 Jul 2016 14:15:52 -0300 Subject: [PATCH] Removes collections db after maintainer-clean --- Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ee88af38..e318c776 100644 --- a/Makefile.am +++ b/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 .