| AEST 2003 Malcolm Tredinnick | 0643112 | 2003-09-30 02:36:08 +0000 | [diff] [blame] | 1 | prefix= |
| 2 | exec_prefix= | ||||
| 3 | libdir=${pcfiledir} | ||||
| 4 | includedir=${pcfiledir}/include | ||||
| 5 | |||||
| 6 | |||||
| 7 | Name: libXML | ||||
| 8 | Version: @VERSION@ | ||||
| 9 | Description: libXML library version2. | ||||
| 10 | Requires: | ||||
| 11 | Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ | ||||
| 12 | Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@ | ||||