Skip to content

Commit

Permalink
build: fix fuzz-decode automake
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 4, 2022
1 parent 14d35a0 commit 9797bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ endif

if BUILD_FUZZER
noinst_PROGRAMS = fuzz-decode
fuzz-decode_CFLAGS=-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fPIE
fuzz-decode_SOURCES = decode.c
fuzz-decode_LDADD = $(LDADD) $(FUZZENGINE)
fuzz_decode_CFLAGS = -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fPIE
fuzz_decode_SOURCES = decode.c $(top_srcdir)/src/daemon/lldpd.h
fuzz_decode_LDADD = $(LDADD) $(FUZZENGINE)
endif

MOSTLYCLEANFILES = *.pcap

0 comments on commit 9797bd7

Please sign in to comment.