summaryrefslogtreecommitdiff
path: root/libpcre16.pc.in
blob: f589b7576623862a9e9e728e6485a704abc8e4da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Package Information for pkg-config

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libpcre16
Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre16
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@