summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-06-14 10:35:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-06-14 10:35:37 +0000
commit9ea5565f41ba98a0388182de19a8bde28975f88f (patch)
tree867d57a5910c0170396f9eab0fe31e07b46644a6
parentd8e10448d16392d9b966b1455c4ef92a81ba92a1 (diff)
downloadlibxml2-9ea5565f41ba98a0388182de19a8bde28975f88f.tar.gz
removed a redundant include path Daniel
* libxml-2.0.pc.in: removed a redundant include path Daniel
-rw-r--r--ChangeLog4
-rw-r--r--libxml-2.0.pc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bc9e0ba..97b2fe46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
+
+ * libxml-2.0.pc.in: removed a redundant include path
+
Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xstc/Makefile.am: Some more adjustments.
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index 51a04ed7..c66f82bc 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -9,4 +9,4 @@ Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
-Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@
+Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@