summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/libxml-2.0.pc.in
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-14 00:18:52 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-14 00:18:52 +0000
commit67dd36a9a1022bc9a63f74740dff610536e536e8 (patch)
treecbeebef5f78504e1a7ea10c8ba7b1b159fcb0068 /third_party/libxml/libxml-2.0.pc.in
parent6baca1a4830679c30438cbd95de71f53676dec05 (diff)
downloadchromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.zip
chromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.tar.gz
chromium_src-67dd36a9a1022bc9a63f74740dff610536e536e8.tar.bz2
Revert my last two changes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/libxml-2.0.pc.in')
-rw-r--r--third_party/libxml/libxml-2.0.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/libxml/libxml-2.0.pc.in b/third_party/libxml/libxml-2.0.pc.in
new file mode 100644
index 0000000..31a1b8c
--- /dev/null
+++ b/third_party/libxml/libxml-2.0.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+modules=@WITH_MODULES@
+
+Name: libXML
+Version: @VERSION@
+Description: libXML library version2.
+Requires:
+Libs: -L${libdir} -lxml2
+Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
+Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@