From 561409cd8e62a912be97259cd44046f347bc76d0 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 3 Jan 2007 11:43:43 +0000 Subject: xsd2c and wsdl2c added --- examples/csoap/Makefile.am | 9 ++++++++- examples/nanohttp/Makefile.am | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am index 556dd95..0fb5c0c 100644 --- a/examples/csoap/Makefile.am +++ b/examples/csoap/Makefile.am @@ -1,7 +1,14 @@ +# +# $Revision: 1.11 $ +# LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la INCLUDES=-I${top_srcdir} -noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server +noinst_PROGRAMS=simpleclient \ + simpleserver \ + echoattachments-client \ + echoattachments-server \ + bin_PROGRAMS=soapclient simpleclient_SOURCES=simpleclient.c diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index d0a6be7..53eadcc 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -1,3 +1,6 @@ +# +# $Revision: 1.14 $ +# LDADD=../../nanohttp/libnanohttp.la INCLUDES=-I${top_srcdir} -- cgit v1.1-32-gdbae