aboutsummaryrefslogtreecommitdiffstats
path: root/libxml-2.0.pc.in
blob: 8002efb88e5bdf46ec6e97bceda0f51b59f4d5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@


Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir}/libxml2 @XML_CFLAGS@