summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Dalessio <mike.dalessio@gmail.com>2022-08-20 10:28:06 -0400
committerMike Dalessio <mike.dalessio@gmail.com>2022-08-20 13:50:46 -0400
commit3f3e888f1a80290e75c96d634323f00a52d2e564 (patch)
tree208dde04595aafa320972c73267a8d5c1b1cff8c /tests
parentbcd17763a9f371ec5c9bdce0ffa2f2eb3ef74c43 (diff)
downloadlibxslt-3f3e888f1a80290e75c96d634323f00a52d2e564.tar.gz
Add missing compile definition for static builds to Autotools
Related to eaa53788 and 29923816 Closes #73
Diffstat (limited to 'tests')
-rw-r--r--tests/fuzz/Makefile.am2
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)