diff options
author | snowdrop | 2006-02-04 02:06:28 +0000 |
---|---|---|
committer | snowdrop | 2006-02-04 02:06:28 +0000 |
commit | 23be69c7894b4b839afcdc37dbccf02e2533596e (patch) | |
tree | f8c649d391f2e5055d9592bc8443bbc7efaaffc8 | |
parent | d167bc0c435fd89c0794db22d069a46fe64b084f (diff) | |
download | csoap-23be69c7894b4b839afcdc37dbccf02e2533596e.tar.gz csoap-23be69c7894b4b839afcdc37dbccf02e2533596e.tar.bz2 |
added csoap-config.in
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7d6035b..c291cf8 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,8 @@ VERSION=$GENERIC_VERSION AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) + + dnl -------------------------------- dnl Package name and version number (nanohttp) dnl -------------------------------- @@ -289,4 +291,5 @@ wsdl2c/Makefile examples/Makefile examples/nanohttp/Makefile examples/csoap/Makefile -libcsoap.pc) +libcsoap.pc +csoap-config) |