Parent Directory
|
Revision Log
Created a new branch for the development of 16-bit support.
| 1 | ph10 | 423 | # Package Information for pkg-config |
| 2 | |||
| 3 | prefix=@prefix@ | ||
| 4 | exec_prefix=@exec_prefix@ | ||
| 5 | libdir=@libdir@ | ||
| 6 | includedir=@includedir@ | ||
| 7 | |||
| 8 | Name: libpcreposix | ||
| 9 | Description: PCREPosix - Posix compatible interface to libpcre | ||
| 10 | Version: @PACKAGE_VERSION@ | ||
| 11 | Libs: -L${libdir} -lpcreposix | ||
| 12 | ph10 | 430 | Cflags: -I${includedir} @PCRE_STATIC_CFLAG@ |
| 13 | ph10 | 423 | Requires.private: libpcre |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |