Applied patch 11 (with small modification) from Joel
authorWilliam M. Brack <wbrack@src.gnome.org>
Fri, 21 Jan 2005 04:07:11 +0000 (04:07 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Fri, 21 Jan 2005 04:07:11 +0000 (04:07 +0000)
* tests/plugins/Makefile.am: Applied patch 11 (with small
  modification) from Joel

ChangeLog
tests/plugins/Makefile.am

index 865aea4..e0641b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 21 12:04:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
+
+       * tests/plugins/Makefile.am: Applied patch 11 (with small
+         modification) from Joel
+
 Thu Jan 20 21:05:27 CET 2005 Daniel Veillard <daniel@veillard.com>
 
        * tests/plugins/Makefile.am tests/plugins/testplugin.c: applied
index cddafaa..94dacd1 100644 (file)
@@ -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