From 40ceae83bd08de919fb9a02cbbd746a5afaa0dd1 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 20 Jan 2005 20:06:12 +0000 Subject: [PATCH] applied patch 10 from Joel Reed Daniel * tests/plugins/Makefile.am tests/plugins/testplugin.c: applied patch 10 from Joel Reed Daniel --- ChangeLog | 5 +++++ tests/plugins/Makefile.am | 2 +- tests/plugins/testplugin.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fafc6ce..865aea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 20 21:05:27 CET 2005 Daniel Veillard + + * tests/plugins/Makefile.am tests/plugins/testplugin.c: applied + patch 10 from Joel Reed + Wed Jan 19 10:08:55 HKT 2005 William Brack * libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in: diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 82083fe..cddafaa 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -16,7 +16,7 @@ pkglib_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) $(LIBXSLT_LIBS) +xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version $(LIBXML_LIBS) $(XSLT_LIBS) test-logall: @echo '## Running plugin tests' diff --git a/tests/plugins/testplugin.c b/tests/plugins/testplugin.c index f93943d..eba609f 100644 --- a/tests/plugins/testplugin.c +++ b/tests/plugins/testplugin.c @@ -311,7 +311,7 @@ xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, */ void -xmlsoft_org_xslt_testplugin_init(void) +XSLTPUBFUN xmlsoft_org_xslt_testplugin_init(void) { xsltRegisterExtModuleFull((const xmlChar *) XSLT_TESTPLUGIN_URL, xsltExtInitTest, xsltExtShutdownTest, -- 2.7.4