summaryrefslogtreecommitdiffabout
path: root/libopkele.pc.in
authorMichael Krelin <hacker@klever.net>2007-09-28 21:01:52 (UTC)
committer Michael Krelin <hacker@klever.net>2007-09-28 21:01:52 (UTC)
commit2e51715c64d757046c47f4f42ed2f24078b01c2c (patch) (side-by-side diff)
tree8370b51d30f59f608ba3531878baf08accc72200 /libopkele.pc.in
parent17dd1771421d1098a2ba8dc16ae381912cae64ef (diff)
downloadlibopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.zip
libopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.tar.gz
libopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.tar.bz2
fix .pc for the wrapperless pcre
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'libopkele.pc.in') (more/less context) (ignore whitespace changes)
-rw-r--r--libopkele.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopkele.pc.in b/libopkele.pc.in
index 5f8684b..bc67362 100644
--- a/libopkele.pc.in
+++ b/libopkele.pc.in
@@ -7,5 +7,5 @@ Name: libopkele
Description: C++ implementation of OpenID protocol
Version: @VERSION@
Requires: openssl libpcre @KONFORKA_KONFORKA@
-Cflags: -I${includedir} @LIBCURL_CPPFLAGS@ @PCREPP_CFLAGS@
-Libs: -L${libdir} -lopkele @LIBCURL@ @PCREPP_LIBS@
+Cflags: -I${includedir} @LIBCURL_CPPFLAGS@ @PCRE_CFLAGS@
+Libs: -L${libdir} -lopkele @LIBCURL@ @PCRE_LIBS@