Martin Baulig | dd7d1f6 | 2000-09-29 23:17:57 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
Martin Baulig | dd7d1f6 | 2000-09-29 23:17:57 +0000 | [diff] [blame] | 6 | |
Martin Baulig | 1b478d1 | 2000-09-30 02:27:55 +0000 | [diff] [blame] | 7 | Name: libXML |
8 | Version: @VERSION@ | ||||
9 | Description: libXML library. | ||||
10 | Requires: | ||||
11 | Libs: -L${libdir} -lxml @Z_LIBS@ @M_LIBS@ @LIBS@ | ||||
12 | Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ |