summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-13 19:44:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-13 19:44:17 +0000
commit91cf35d84df69a384c69bac73ed3ab04a67e3d55 (patch)
tree2956afe1a8a0b3c041a89a18552a52e1f2f66da5 /tests
parentdde18909b41dc06b0c295ba76019ed81e7b6bfe1 (diff)
downloadlibxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.gz
libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.bz2
libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.zip
preparing 1.1.13, updated and rebuilt the docs. trying to fix some build
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt the docs. * tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix some build problems. * libxslt.spec.in: adding a build require and a require for libgcrypt-devel, c.f. Red Hat bug #133211 * libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong. Daniel
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am
index 01a4a06f..b5a12109 100644
--- a/tests/plugins/Makefile.am
+++ b/tests/plugins/Makefile.am
@@ -9,11 +9,12 @@ $(top_builddir)/xsltproc/xsltproc:
EXTRA_DIST = plugin.out plugin.xml plugin.xsl
-pkglib_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la
+noinst_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la
xmlsoft_org_xslt_testplugin_la_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c
-xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version $(LIBXML_LIBS) $(XSLT_LIBS)
+xmlsoft_org_xslt_testplugin_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
+xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version
all: