From 7a47bd6164a6d1806af7557daedb2be5db064140 Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 6 Mar 2006 13:28:21 +0000 Subject: Buildsystem cleanup --- libcsoap.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcsoap.pc.in') 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@ -- cgit v1.1-32-gdbae