summaryrefslogtreecommitdiffstats
path: root/libcsoap.pc.in
blob: edc3c78b8391995d5a6a4250be46e1f470368fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: csoap
Description: C API for SOAP applications
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@