aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Vranken <guidovranken@gmail.com>2019-02-24 21:30:16 +0100
committerGuido Vranken <guidovranken@gmail.com>2019-02-24 21:30:16 +0100
commit3ae9f85cf265e90dd3608fae9d796875a6f66210 (patch)
treed4eed1937a52e100f1e32fa38b20e6994eea6913
parent1cd7152c0408660889c1e8f7219c5623b57ecd34 (diff)
downloadlibsrtp2-3ae9f85cf265e90dd3608fae9d796875a6f66210.tar.gz
libFuzzer.a -> $(LIBFUZZER)
-rw-r--r--fuzzer/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzer/Makefile.in b/fuzzer/Makefile.in
index 477b036..2df91b3 100644
--- a/fuzzer/Makefile.in
+++ b/fuzzer/Makefile.in
@@ -28,7 +28,7 @@ fuzzer.o: fuzzer.c fuzzer.h testmem.h
testmem.o: testmem.c
$(COMPILE) -O0 testmem.c -c -o testmem.o
srtp-fuzzer: fuzzer.o mt19937.o testmem.o
- $(COMPILECXX) $(LDFLAGS) fuzzer.o mt19937.o testmem.o libFuzzer.a $(CRYPTOLIB) $(LIBS) -o srtp-fuzzer
+ $(COMPILECXX) $(LDFLAGS) fuzzer.o mt19937.o testmem.o $(LIBFUZZER) $(CRYPTOLIB) $(LIBS) -o srtp-fuzzer
clean:
rm -rf srtp-fuzzer *.o