summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2005-12-19 14:06:15 +0000
committerGravatar snowdrop2005-12-19 14:06:15 +0000
commit84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1 (patch)
tree34d1f68d2d887770e8a67fe5d65e82ec2cdfebe3 /examples
parent7fe73dd2cd46d43b97bd8766849f2dffabb6a2d4 (diff)
downloadcsoap-84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1.tar.gz
csoap-84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1.tar.bz2
integrated with ssl (https) capability
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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