From 8b19f13d3832e61a231ab52af482bf079e580fc6 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Fri, 21 Jan 2005 04:07:11 +0000 Subject: Applied patch 11 (with small modification) from Joel * tests/plugins/Makefile.am: Applied patch 11 (with small modification) from Joel --- ChangeLog | 5 +++++ tests/plugins/Makefile.am | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 865aea45..e0641b1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 21 12:04:18 HKT 2005 William Brack + + * tests/plugins/Makefile.am: Applied patch 11 (with small + modification) from Joel + Thu Jan 20 21:05:27 CET 2005 Daniel Veillard * tests/plugins/Makefile.am tests/plugins/testplugin.c: applied diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index cddafaa4..94dacd10 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -24,7 +24,9 @@ test-logall: @echo '## to $(pkglibdir)' test tests: $(top_builddir)/xsltproc/xsltproc test-logall install-pkglibLTLIBRARIES - @LIBXSLT_PLUGINS_PATH=./plugin $(top_builddir)/xsltproc/xsltproc plugin.xsl plugin.xml > plugin.res + @LD_LIBRARY_PATH=$(top_builddir)/libxslt/.libs:$(LD_LIBRARY_PATH) \ + LIBXSLT_PLUGINS_PATH=./plugin \ + $(top_builddir)/xsltproc/xsltproc plugin.xsl plugin.xml > plugin.res @diff plugin.out plugin.res @rm plugin.res -- cgit v1.2.3