Bug 631602: Move make options from environment.sh to environment variables on the...
[tamarin-stm.git] / pcre / libpcre.pc.in
blob0683cb0e6db4b8c36e07330ff7f33d6383154ff6
1 # Package Information for pkg-config
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: libpcre
9 Description: PCRE - Perl compatible regular expressions C library
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lpcre
12 Cflags: -I${includedir}