diff options
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 44ffe76a..da727287 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -9,7 +9,7 @@ $(top_builddir)/xsltproc/xsltproc: EXTRA_DIST = plugin.out plugin.xml plugin.xsl -INCLUDES = -I$(top_srcdir) -I../../libxslt +INCLUDES = -I$(top_srcdir) -I../../libxslt $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) noinst_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la |