summaryrefslogtreecommitdiff
path: root/libpcre16.pc.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 14:36:56 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 14:36:56 +0000
commit22dd9d4cf58cf35d8f9571a034f97c6738723599 (patch)
treebc186a016757afed7e9388142798113b910af058 /libpcre16.pc.in
parent74eb3434599c95a3ee8a52dcd9a5d3a62946dc23 (diff)
downloadpcre-22dd9d4cf58cf35d8f9571a034f97c6738723599.tar.gz
Update pcre-config for 16-bit library and correct type on libpcre16.pc.in.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@843 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'libpcre16.pc.in')
-rw-r--r--libpcre16.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcre16.pc.in b/libpcre16.pc.in
index 12009f8..f589b75 100644
--- a/libpcre16.pc.in
+++ b/libpcre16.pc.in
@@ -8,5 +8,5 @@ includedir=@includedir@
Name: libpcre16
Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpcre
+Libs: -L${libdir} -lpcre16
Cflags: -I${includedir} @PCRE_STATIC_CFLAG@