summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/pcre/libpcre.pc.in
blob: 0683cb0e6db4b8c36e07330ff7f33d6383154ff6 (plain) (blame)
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: libpcre
Description: PCRE - Perl compatible regular expressions C library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpcre
Cflags: -I${includedir}