diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/plugins/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Tue Aug 9 22:13:18 CEST 2005 Daniel Veillard <daniel@veillard.com> + + * tests/plugins/Makefile.am: try to get rid of complaints from + jhbuild newbies. + Sun Aug 7 16:04:47 CEST 2005 Daniel Veillard <daniel@veillard.com> * libxslt/xsltutils.c: fixed a bug when size of xmlXPathContext 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 |