repo.or.cz
/
tamarin-stm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 631602: Move make options from environment.sh to environment variables on the...
[tamarin-stm.git]
/
pcre
/
libpcre.pc.in
blob
0683cb0e6db4b8c36e07330ff7f33d6383154ff6
1
# Package Information for pkg-config
2
3
prefix=@prefix@
4
exec_prefix=@exec_prefix@
5
libdir=@libdir@
6
includedir=@includedir@
7
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}