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:
@@ -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>
|
Wed Jan 19 10:08:55 HKT 2005 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
* libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in:
|
* libxslt/xsltwin32config.h, libxslt/xsltwin32config.h.in:
|
||||||
|
@@ -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_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
|
||||||
xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c
|
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:
|
test-logall:
|
||||||
@echo '## Running plugin tests'
|
@echo '## Running plugin tests'
|
||||||
|
@@ -311,7 +311,7 @@ xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
xmlsoft_org_xslt_testplugin_init(void)
|
XSLTPUBFUN xmlsoft_org_xslt_testplugin_init(void)
|
||||||
{
|
{
|
||||||
xsltRegisterExtModuleFull((const xmlChar *) XSLT_TESTPLUGIN_URL,
|
xsltRegisterExtModuleFull((const xmlChar *) XSLT_TESTPLUGIN_URL,
|
||||||
xsltExtInitTest, xsltExtShutdownTest,
|
xsltExtInitTest, xsltExtShutdownTest,
|
||||||
|
Reference in New Issue
Block a user