summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGravatar m0gg2007-01-03 11:43:43 +0000
committerGravatar m0gg2007-01-03 11:43:43 +0000
commit561409cd8e62a912be97259cd44046f347bc76d0 (patch)
tree560711b5854d06d27e2358bae244f46b94f0a54b /configure
parent26fb727d99172127ed8837dfd7ee6220c620326e (diff)
downloadcsoap-561409cd8e62a912be97259cd44046f347bc76d0.tar.gz
csoap-561409cd8e62a912be97259cd44046f347bc76d0.tar.bz2
xsd2c and wsdl2c added
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 4c8a247..5761cd9 100755
--- a/configure
+++ b/configure
@@ -22181,7 +22181,7 @@ fi
rm -f conf.xmlsec1test
- ac_config_files="$ac_config_files Makefile libcsoap/Makefile nanohttp/Makefile examples/Makefile examples/nanohttp/Makefile examples/csoap/Makefile libcsoap.pc csoap-config"
+ ac_config_files="$ac_config_files Makefile libcsoap/Makefile nanohttp/Makefile xsd2c/Makefile wsdl2c/Makefile examples/Makefile examples/nanohttp/Makefile examples/csoap/Makefile libcsoap.pc csoap-config"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -22769,6 +22769,8 @@ do
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"libcsoap/Makefile" ) CONFIG_FILES="$CONFIG_FILES libcsoap/Makefile" ;;
"nanohttp/Makefile" ) CONFIG_FILES="$CONFIG_FILES nanohttp/Makefile" ;;
+ "xsd2c/Makefile" ) CONFIG_FILES="$CONFIG_FILES xsd2c/Makefile" ;;
+ "wsdl2c/Makefile" ) CONFIG_FILES="$CONFIG_FILES wsdl2c/Makefile" ;;
"examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
"examples/nanohttp/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/nanohttp/Makefile" ;;
"examples/csoap/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csoap/Makefile" ;;