summaryrefslogtreecommitdiffstats
path: root/libcsoap.pc.in
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-08 21:21:41 +0000
committerGravatar m0gg2006-12-08 21:21:41 +0000
commit46ec9aea1caadcec41ff5637c0bb2b906a2a2041 (patch)
treecd8b09aa8de70dd1b57d3df935e31540bba1b88d /libcsoap.pc.in
parent327f375e02d4282f973d0fb96e82b99858b32719 (diff)
downloadcsoap-46ec9aea1caadcec41ff5637c0bb2b906a2a2041.tar.gz
csoap-46ec9aea1caadcec41ff5637c0bb2b906a2a2041.tar.bz2
hurl_t moved to nanohttp-url.[ch]
Diffstat (limited to 'libcsoap.pc.in')
-rw-r--r--libcsoap.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcsoap.pc.in b/libcsoap.pc.in
index edc3c78..c210155 100644
--- a/libcsoap.pc.in
+++ b/libcsoap.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: csoap
Description: C API for SOAP applications
-Version: @csoap_version_dotted@
+Version: @csoap_major@.@csoap_minor@.@csoap_patch@
Libs: -L${libdir} -lcsoap-@csoap_release@ -lnanohttp-@nanohttp_release@ @XML_LIBS@
Cflags: @XML_CPPFLAGS@ -I${includedir}/libcsoap-@csoap_release@ -I${includedir}/nanohttp-@nanohttp_release@