File: libxml-2.0.pc.in

package info (click to toggle)
libxml2 2.6.32.dfsg-5%2Blenny5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,564 kB
  • ctags: 22,436
  • sloc: ansic: 166,906; xml: 20,750; python: 11,029; sh: 9,334; makefile: 1,758; php: 364; perl: 67
file content (13 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
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@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@