diff options
Diffstat (limited to 'configure.ac')
-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) |