OpenVPN: Routing policy
[tomato.git] / release / src / router / pcre / libpcre.pc.in
blob1f26b32b0f7c867aee1d9280e7e1c13e128d1a67
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 with 8 bit character support
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lpcre
12 Cflags: -I${includedir} @PCRE_STATIC_CFLAG@