From d6b81f61ec182e363db66bb599a73d0072f51590 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 14 Sep 2005 15:19:17 +0000 Subject: added soapclient --- examples/csoap/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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) + -- cgit v1.1-32-gdbae