summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-04-03 19:38:36 +0200
committerDavid Tardon <dtardon@redhat.com>2017-04-03 19:38:36 +0200
commit70cca7f8416b149c9d6e838fa40bbbd433d6812b (patch)
tree954bca79681447f11719570b3140720a2e76c0f0
parentfb8b82bb1d5a43f38b97046350e7d4603c69ec4b (diff)
try to shuffle the libs
-rw-r--r--fuzz/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index b1b2776..29e9388 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -8,8 +8,9 @@ AM_CFLAGS = \
tagfuzzer_LDADD = \
$(top_builddir)/liblangtag/liblangtag.la \
@MODULE_LIBS@ \
+ -lFuzzingEngine \
$(FUZZER_LIBS) \
- -lFuzzingEngine
+ $(NULL)
tagfuzzer_SOURCES = \
tagfuzzer.c