summaryrefslogtreecommitdiffstats
path: root/csoap-config.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 /csoap-config.in
parent4a2a6386c54d911f3162b95698d7467226d4b38e (diff)
downloadcsoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.gz
csoap-7a47bd6164a6d1806af7557daedb2be5db064140.tar.bz2
Buildsystem cleanup
Diffstat (limited to 'csoap-config.in')
-rwxr-xr-xcsoap-config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/csoap-config.in b/csoap-config.in
index 2f127f7..a24f9e3 100755
--- a/csoap-config.in
+++ b/csoap-config.in
@@ -4,6 +4,8 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
+relcsoap=@csoap_release@
+relnanohttp=@nanohttp_release@
usage()
{
@@ -57,7 +59,7 @@ while test $# -gt 0; do
;;
--version)
- echo @VERSION@
+ echo @csoap_version_dotted@
exit 0
;;
@@ -66,11 +68,11 @@ while test $# -gt 0; do
;;
--cflags)
- echo @LIBXML_CFLAGS@ -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/ -I${includedir}/@NANOHTTP_LIBRARY_NAME@-@NANOHTTP_API_VERSION@/
+ echo @XML_CPPFLAGS@ -I${includedir}/libcsoap-$relcsoap -I${includedir}/nanohttp-$relnanohttp
;;
--libs)
- echo -L${libdir} -lcsoap-@GENERIC_API_VERSION@ -l@NANOHTTP_LIBRARY_NAME@-@NANOHTTP_API_VERSION@ @LIBXML_LIBS@
+ echo -L${libdir} -lcsoap-$relcsoap -lnanohttp-$relnanohttp @XML_LIBS@
;;
*)
usage