From: Philippe Antoine Date: Mon, 21 Jun 2021 08:04:10 +0000 (+0200) Subject: fuzz: only build fuzz_sigpcap_aware if asked X-Git-Tag: suricata-7.0.0-beta1~1567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eefd90a9369f1ab6a86472d9be64693386b95b7;p=thirdparty%2Fsuricata.git fuzz: only build fuzz_sigpcap_aware if asked With the other fuzz targets, and do not build it if fuzzpcap is available but we did not want to build the fuzz targets --- diff --git a/src/Makefile.am b/src/Makefile.am index 15029b8ee1..4965809dd5 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,10 +4,10 @@ if BUILD_FUZZTARGETS fuzz_applayerparserparse fuzz_siginit \ fuzz_confyamlloadstring fuzz_decodepcapfile \ fuzz_sigpcap fuzz_mimedecparseline -endif if HAS_FUZZPCAP bin_PROGRAMS += fuzz_sigpcap_aware endif +endif noinst_HEADERS = \ action-globals.h \