blob: 5b548958e2496fd97f6b5ee3024177e787641daf [file] [log] [blame]
Owen Taylor3473f882001-02-23 17:55:21 +00001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6
7Name: libXML
8Version: @VERSION@
Daniel Veillard07cdb2a2001-09-12 20:19:58 +00009Description: libXML library version2.
Owen Taylor3473f882001-02-23 17:55:21 +000010Requires:
Daniel Veillard0aaaacd2003-01-06 10:59:57 +000011Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
12Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@