[xslt] [patch]fixup LD_LIBRARY_PATH during make tests



William pointed out the need for the following change. (thanks!)
when we run make tests in plugin dir, we want to make sure
we're using the built in tree libxslt.

jr
Index: tests/plugins/Makefile.am
===================================================================
RCS file: /cvs/gnome/libxslt/tests/plugins/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- tests/plugins/Makefile.am	17 Jan 2005 15:51:34 -0000	1.1
+++ tests/plugins/Makefile.am	21 Jan 2005 03:02:37 -0000
@@ -24,7 +24,7 @@
 	@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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]