fuzz: Support build with -fsanitize=fuzzer instead of libFuzzer.a

Recent clang versions (6.0+) include libFuzzer and OSS-Fuzz switched to
that mode a while ago.
This commit is contained in:
Tobias Brunner
2019-07-17 11:44:27 +02:00
parent de07b77442
commit 05e3751ebb
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
AM_CPPFLAGS = @CPPFLAGS@ \
@FUZZING_CFLAGS@ \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libimcv \
-I$(top_srcdir)/src/libtncif \