fixed build outside of source tree bug #172155 thanks to patch from Mike
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 30 Mar 2005 22:29:28 +0000 (22:29 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 30 Mar 2005 22:29:28 +0000 (22:29 +0000)
* tests/plugins/Makefile.am: fixed build outside of source tree
  bug #172155 thanks to patch from Mike Castle
Daniel

ChangeLog
tests/plugins/Makefile.am

index 18802f0..bb5bd82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 31 00:28:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
+
+       * tests/plugins/Makefile.am: fixed build outside of source tree
+         bug #172155 thanks to patch from Mike Castle
+
 Wed Mar 30 14:09:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
 
        * xsltproc/xsltproc.c: fixed the xinclude problem with document()
index b5a1210..44ffe76 100644 (file)
@@ -9,6 +9,8 @@ $(top_builddir)/xsltproc/xsltproc:
 
 EXTRA_DIST = plugin.out        plugin.xml plugin.xsl
 
+INCLUDES = -I$(top_srcdir) -I../../libxslt
+
 noinst_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la
 
 xmlsoft_org_xslt_testplugin_la_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)