1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

applied patch 10 from Joel Reed Daniel

* tests/plugins/Makefile.am tests/plugins/testplugin.c: applied
  patch 10 from Joel Reed
Daniel
This commit is contained in:
Daniel Veillard
2005-01-20 20:06:12 +00:00
parent 6a4b48d2ea
commit 40ceae83bd
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Thu Jan 20 21:05:27 CET 2005 Daniel Veillard <daniel@veillard.com>
* tests/plugins/Makefile.am tests/plugins/testplugin.c: applied
patch 10 from Joel Reed
Wed Jan 19 10:08:55 HKT 2005 William Brack <wbrack@mmm.com.hk>
* libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in:

View File

@@ -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'

View File

@@ -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,