From 84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Mon, 19 Dec 2005 14:06:15 +0000 Subject: integrated with ssl (https) capability --- examples/csoap/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am index b129cff..c601791 100644 --- a/examples/csoap/Makefile.am +++ b/examples/csoap/Makefile.am @@ -1,11 +1,10 @@ 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\ - -L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) \ + -L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) -lssl\ $(LIBXML_LIBS) simpleclient_SOURCES=simpleclient.c -- cgit v1.1-32-gdbae