diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-03-30 22:29:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-03-30 22:29:28 +0000 |
commit | d8d8ecd5f45ac3d5b7a51cd80bd45592dfadc162 (patch) | |
tree | eb97b493eeb4cb2fd30d3f13735edae7738209e7 /tests/plugins | |
parent | 23936b6bb80423e75c42f7cf82deaf458d88f0ca (diff) | |
download | libxslt-d8d8ecd5f45ac3d5b7a51cd80bd45592dfadc162.tar.gz libxslt-d8d8ecd5f45ac3d5b7a51cd80bd45592dfadc162.tar.bz2 libxslt-d8d8ecd5f45ac3d5b7a51cd80bd45592dfadc162.zip |
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
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index b5a12109..44ffe76a 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -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) |