diff options
Diffstat (limited to 'tests/plugins/Makefile.am')
-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 |