diff options
author | William M. Brack <wbrack@src.gnome.org> | 2005-01-21 04:07:11 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2005-01-21 04:07:11 +0000 |
commit | 8b19f13d3832e61a231ab52af482bf079e580fc6 (patch) | |
tree | fc4d9a191bbe89b96d1af900c17d1c09fcbbd61b /tests/plugins | |
parent | 40ceae83bd08de919fb9a02cbbd746a5afaa0dd1 (diff) | |
download | libxslt-8b19f13d3832e61a231ab52af482bf079e580fc6.tar.gz libxslt-8b19f13d3832e61a231ab52af482bf079e580fc6.tar.bz2 libxslt-8b19f13d3832e61a231ab52af482bf079e580fc6.zip |
Applied patch 11 (with small modification) from Joel
* tests/plugins/Makefile.am: Applied patch 11 (with small
modification) from Joel
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |