diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am index a6d4b677..b16badb0 100644 --- a/fuzz/Makefile.am +++ b/fuzz/Makefile.am @@ -74,7 +74,7 @@ clean-local: oss-fuzz: if test "$$OUT" != ""; then \ - XLIBS="-lpsl -lgnutls -lnettle -lhogweed -lidn2 -lunistring"; \ + XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lidn2 -lunistring"; \ for ccfile in wget*_fuzzer.c; do \ fuzzer=$$(basename $$ccfile .c); \ $$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \