Skip to content
Snippets Groups Projects
Commit 2d204b491507 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

fixed build outside of source tree bug #172155 thanks to patch from Mike

* tests/plugins/Makefile.am: fixed build outside of source tree
  bug #172155 thanks to patch from Mike Castle
Daniel
parent 1d1f723c5086
No related branches found
No related tags found
Loading
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()
......
......@@ -9,6 +9,8 @@
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment