patch from Roumen Petrov fixing include path when compiling with MinGW
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 13 Jun 2008 09:01:11 +0000 (09:01 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 13 Jun 2008 09:01:11 +0000 (09:01 +0000)
* libxslt/libxslt.h libexslt/libexslt.h libexslt/exslt.h: patch
  from Roumen Petrov fixing include path when compiling with MinGW
Daniel

svn path=/trunk/; revision=1479

ChangeLog
libexslt/exslt.h
libexslt/libexslt.h
libxslt/libxslt.h

index e688067..838f7c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 13 10:58:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/libxslt.h libexslt/libexslt.h libexslt/exslt.h: patch
+         from Roumen Petrov fixing include path when compiling with MinGW
+
 Thu Jun 12 11:23:23 CEST 2008 Daniel Veillard <daniel@veillard.com>
 
        * libxslt/xsltconfig.h.in libxslt/xsltlocale.h configure.in
index a50e95c..52d09cf 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <libxml/tree.h>
 #include "exsltexports.h"
-#include "exsltconfig.h"
+#include <libexslt/exsltconfig.h>
 
 #ifdef __cplusplus
 extern "C" {
index 4bdc047..1f10f38 100644 (file)
@@ -15,7 +15,7 @@
 #include "config.h"
 #endif
 
-#include "xsltconfig.h"
+#include <libxslt/xsltconfig.h>
 #include <libxml/xmlversion.h>
 
 #if !defined LIBEXSLT_PUBLIC
index 903f900..2b9f52a 100644 (file)
@@ -16,7 +16,7 @@
 #include "config.h"
 #endif
 
-#include "xsltconfig.h"
+#include <libxslt/xsltconfig.h>
 #include <libxml/xmlversion.h>
 
 #if !defined LIBXSLT_PUBLIC