summaryrefslogtreecommitdiffstats
path: root/libcsoap.pc.in
diff options
context:
space:
mode:
authorGravatar m0gg2006-03-06 13:28:21 +0000
committerGravatar m0gg2006-03-06 13:28:21 +0000
commit7a47bd6164a6d1806af7557daedb2be5db064140 (patch)
treef37e2463548c3773fa32f370c684e10dc83c0136 /libcsoap.pc.in
parent4a2a6386c54d911f3162b95698d7467226d4b38e (diff)
downloadcsoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.gz
csoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.bz2
Buildsystem cleanup
Diffstat (limited to 'libcsoap.pc.in')
-rw-r--r--libcsoap.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcsoap.pc.in b/libcsoap.pc.in
index f6365cd..edc3c78 100644
--- a/libcsoap.pc.in
+++ b/libcsoap.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: csoap
Description: C API for SOAP applications
-Version: @VERSION@
-Libs: -L${libdir} -L${libdir} -lcsoap-@GENERIC_API_VERSION@ -lnanohttp-@NANOHTTP_API_VERSION@ @LIBXML_LIBS@
-Cflags: @LIBXML_CFLAGS@ -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/ -I${includedir}/@NANOHTTP_LIBRARY_NAME@-@NANOHTTP_API_VERSION@/
+Version: @csoap_version_dotted@
+Libs: -L${libdir} -lcsoap-@csoap_release@ -lnanohttp-@nanohttp_release@ @XML_LIBS@
+Cflags: @XML_CPPFLAGS@ -I${includedir}/libcsoap-@csoap_release@ -I${includedir}/nanohttp-@nanohttp_release@