summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2005-09-14 15:19:17 +0000
committerGravatar snowdrop2005-09-14 15:19:17 +0000
commitd6b81f61ec182e363db66bb599a73d0072f51590 (patch)
tree2287aed0aa2f2298f054b6f70cc0f342a48fec0f /examples
parentc273199eca81d69caee65a8570c61e9437d69ef9 (diff)
downloadcsoap-d6b81f61ec182e363db66bb599a73d0072f51590.tar.gz
csoap-d6b81f61ec182e363db66bb599a73d0072f51590.tar.bz2
added soapclient
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am
index a1a24d0..b129cff 100644
--- a/examples/csoap/Makefile.am
+++ b/examples/csoap/Makefile.am
@@ -1,5 +1,7 @@
noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server
+bin_PROGRAMS=soapclient
+
INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS)
csoap_LDFLAG=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
$(LIBSOCKET) $(LIBNSL) -lpthread\
@@ -18,6 +20,9 @@ echoattachments_server_LDFLAGS=$(csoap_LDFLAG)
echoattachments_client_SOURCES=echoattachments-client.c
echoattachments_client_LDFLAGS=$(csoap_LDFLAG)
+soapclient_SOURCES=soapclient.c
+soapclient_LDFLAGS=$(csoap_LDFLAG)
+