diff options
Diffstat (limited to 'tests/fuzz/Makefile.am')
-rw-r--r-- | tests/fuzz/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/Makefile.am b/tests/fuzz/Makefile.am index 7e22bd99..5f4d90b6 100644 --- a/tests/fuzz/Makefile.am +++ b/tests/fuzz/Makefile.am @@ -6,7 +6,7 @@ check_PROGRAMS = testTargets EXTRA_DIST = xpath.dict xpath.xml xslt.dict xslt.xml seed CLEANFILES = $(EXTRA_PROGRAMS) AM_CPPFLAGS = -I$(top_srcdir) -AM_CFLAGS = $(LIBXML_CFLAGS) +AM_CFLAGS = $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) DEPENDENCIES = $(LIBXSLT_LIBS) LDADD = $(LIBXSLT_LIBS) \ $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM) |