aboutsummaryrefslogtreecommitdiffstats
path: root/libxml-2.0.pc.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-13 11:34:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-13 11:34:58 +0000
commit98fed37a39614c98f1a9c2688d693d8c6a97720a (patch)
tree2ee96bb21bb0a4488484133394fb42ad97bfa26b /libxml-2.0.pc.in
parentbaa8854e4e005f7a58ee1b0aa306c978247da9a7 (diff)
downloadandroid_external_libxml2-98fed37a39614c98f1a9c2688d693d8c6a97720a.tar.gz
android_external_libxml2-98fed37a39614c98f1a9c2688d693d8c6a97720a.tar.bz2
android_external_libxml2-98fed37a39614c98f1a9c2688d693d8c6a97720a.zip
dohh generated the wrong include path :-( re-dohh forgot the new manpage
* libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( Daniel
Diffstat (limited to 'libxml-2.0.pc.in')
-rw-r--r--libxml-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index 328059ba..80caf554 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 @Z_LIBS@ @M_LIBS@ @LIBS@
-Cflags: -I${includedir}/libxml2/libxml @XML_CFLAGS@
+Cflags: -I${includedir}/libxml2 @XML_CFLAGS@