summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar m0gg2007-01-03 12:16:02 +0000
committerGravatar m0gg2007-01-03 12:16:02 +0000
commitec3069c4d22c203ccec20eb48618c9cbef2a8b59 (patch)
tree96704f01129c0bb8bbf8a874d0a419e76acebf2a /examples
parent561409cd8e62a912be97259cd44046f347bc76d0 (diff)
downloadcsoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.gz
csoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.bz2
Added content of xsd2c/TODO to TODO
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am
index 0fb5c0c..d670f3c 100644
--- a/examples/csoap/Makefile.am
+++ b/examples/csoap/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la
INCLUDES=-I${top_srcdir}
@@ -7,7 +7,7 @@ INCLUDES=-I${top_srcdir}
noinst_PROGRAMS=simpleclient \
simpleserver \
echoattachments-client \
- echoattachments-server \
+ echoattachments-server
bin_PROGRAMS=soapclient