summaryrefslogtreecommitdiffstats
path: root/libcsoap-1.0.pc.in
diff options
context:
space:
mode:
authorGravatar snowdrop2003-11-12 13:30:06 +0000
committerGravatar snowdrop2003-11-12 13:30:06 +0000
commitf53f2c0fa258aa95a8a9378ec9a2edb97004241a (patch)
tree8b5b8df203ef8c0ecc1d69234054e1b7af114e13 /libcsoap-1.0.pc.in
parent15d326912818f8b5080584a5d6a2f4e9d2acfcaa (diff)
downloadcsoap-f53f2c0fa258aa95a8a9378ec9a2edb97004241a.tar.gz
csoap-f53f2c0fa258aa95a8a9378ec9a2edb97004241a.tar.bz2
GNU project style and support for autoconf and automake
Diffstat (limited to 'libcsoap-1.0.pc.in')
-rw-r--r--libcsoap-1.0.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcsoap-1.0.pc.in b/libcsoap-1.0.pc.in
new file mode 100644
index 0000000..d72caab
--- /dev/null
+++ b/libcsoap-1.0.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: csoap
+Description: C API for SOAP applications
+Version: @VERSION@
+Libs: -L${libdir} -l@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@
+Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@ -I${libdir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/include
+