diff options
Diffstat (limited to 'libxml-2.0.pc.in')
-rw-r--r-- | libxml-2.0.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in new file mode 100644 index 0000000..5b54895 --- /dev/null +++ b/libxml-2.0.pc.in @@ -0,0 +1,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@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ +Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@ |