]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
fuzz: only build fuzz_sigpcap_aware if asked
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 21 Jun 2021 08:04:10 +0000 (10:04 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 1 Jul 2021 06:16:47 +0000 (08:16 +0200)
With the other fuzz targets, and do not build it if fuzzpcap
is available but we did not want to build the fuzz targets

src/Makefile.am

index 15029b8ee14049b7b932366fb9afce14d7684d0e..4965809dd58b639e936bf15dcb46fd98f5126084 100755 (executable)
@@ -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 \