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

applied another patch from Joel Reed still failing here but looking better

* configure.in libxslt/Makefile.am libxslt/xsltwin32config.h
  tests/Makefile.am tests/plugins/Makefile.am
  tests/plugins/testplugin.c: applied another patch from Joel Reed
  still failing here but looking better
Daniel
This commit is contained in:
Daniel Veillard
2005-01-17 15:51:34 +00:00
parent 2b6a00933b
commit dff5c00c54
7 changed files with 55 additions and 39 deletions

View File

@@ -10,7 +10,7 @@
*/
#define IN_LIBXSLT
#include "libxslt.h"
#include <libxslt/libxslt.h>
#ifdef WITH_MODULES
@@ -25,11 +25,11 @@
#include <libxml/xpathInternals.h>
#include <libxml/list.h>
#include <libxml/xmlIO.h>
#include "xslt.h"
#include "xsltInternals.h"
#include "xsltutils.h"
#include "imports.h"
#include "extensions.h"
#include <libxslt/xslt.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/xsltutils.h>
#include <libxslt/imports.h>
#include <libxslt/extensions.h>
#define XSLT_TESTPLUGIN_URL "http://xmlsoft.org/xslt/testplugin"