reactos/lib/3rdparty/libxml2/libxml-2.0-uninstalled.pc.in
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

13 lines
286 B
PkgConfig

prefix=
exec_prefix=
libdir=${pcfiledir}
includedir=${pcfiledir}/include
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@