tgupdate: merge pcreposix-compat base into pcreposix-compat
[pcreposix-compat.git] / libpcre16.pc.in
blob080c9dcfe8acb41581b6bb6c6a66bb1d4e38933d
1 # Package Information for pkg-config
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: libpcre16
9 Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lpcre16
12 Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
13 Cflags: -I${includedir} @PCRE_STATIC_CFLAG@