diff options
author | m0gg | 2007-01-03 12:16:02 +0000 |
---|---|---|
committer | m0gg | 2007-01-03 12:16:02 +0000 |
commit | ec3069c4d22c203ccec20eb48618c9cbef2a8b59 (patch) | |
tree | 96704f01129c0bb8bbf8a874d0a419e76acebf2a /examples/csoap | |
parent | 561409cd8e62a912be97259cd44046f347bc76d0 (diff) | |
download | csoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.gz csoap-ec3069c4d22c203ccec20eb48618c9cbef2a8b59.tar.bz2 |
Added content of xsd2c/TODO to TODO
Diffstat (limited to 'examples/csoap')
-rw-r--r-- | examples/csoap/Makefile.am | 4 |
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 |