libxslt r1479 - in trunk: . libexslt libxslt
- From: veillard svn gnome org
- To: svn-commits-list gnome org
- Subject: libxslt r1479 - in trunk: . libexslt libxslt
- Date: Fri, 13 Jun 2008 09:01:11 +0000 (UTC)
Author: veillard
Date: Fri Jun 13 09:01:11 2008
New Revision: 1479
URL: http://svn.gnome.org/viewvc/libxslt?rev=1479&view=rev
Log:
* libxslt/libxslt.h libexslt/libexslt.h libexslt/exslt.h: patch
from Roumen Petrov fixing include path when compiling with MinGW
Daniel
Modified:
trunk/ChangeLog
trunk/libexslt/exslt.h
trunk/libexslt/libexslt.h
trunk/libxslt/libxslt.h
Modified: trunk/libexslt/exslt.h
==============================================================================
--- trunk/libexslt/exslt.h (original)
+++ trunk/libexslt/exslt.h Fri Jun 13 09:01:11 2008
@@ -4,7 +4,7 @@
#include <libxml/tree.h>
#include "exsltexports.h"
-#include "exsltconfig.h"
+#include <libexslt/exsltconfig.h>
#ifdef __cplusplus
extern "C" {
Modified: trunk/libexslt/libexslt.h
==============================================================================
--- trunk/libexslt/libexslt.h (original)
+++ trunk/libexslt/libexslt.h Fri Jun 13 09:01:11 2008
@@ -15,7 +15,7 @@
#include "config.h"
#endif
-#include "xsltconfig.h"
+#include <libxslt/xsltconfig.h>
#include <libxml/xmlversion.h>
#if !defined LIBEXSLT_PUBLIC
Modified: trunk/libxslt/libxslt.h
==============================================================================
--- trunk/libxslt/libxslt.h (original)
+++ trunk/libxslt/libxslt.h Fri Jun 13 09:01:11 2008
@@ -16,7 +16,7 @@
#include "config.h"
#endif
-#include "xsltconfig.h"
+#include <libxslt/xsltconfig.h>
#include <libxml/xmlversion.h>
#if !defined LIBXSLT_PUBLIC
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]