author | Michael Krelin <hacker@klever.net> | 2007-09-28 21:01:52 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-09-28 21:01:52 (UTC) |
commit | 2e51715c64d757046c47f4f42ed2f24078b01c2c (patch) (side-by-side diff) | |
tree | 8370b51d30f59f608ba3531878baf08accc72200 | |
parent | 17dd1771421d1098a2ba8dc16ae381912cae64ef (diff) | |
download | libopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.zip libopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.tar.gz libopkele-2e51715c64d757046c47f4f42ed2f24078b01c2c.tar.bz2 |
fix .pc for the wrapperless pcre
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | libopkele.pc.in | 4 |
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 @@ -1,11 +1,11 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ 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@ |