summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2006-01-06 16:13:33 +0000
committerGravatar snowdrop2006-01-06 16:13:33 +0000
commit0fe2f6c2ee30eedb19cb10c98b0f832b069988e2 (patch)
tree2fc002bee862fc286e2255e5506c33c8fc6a146e /examples
parent8a1f6c136a94f322b06dec615df4b0f7cd73a671 (diff)
downloadcsoap-0fe2f6c2ee30eedb19cb10c98b0f832b069988e2.tar.gz
csoap-0fe2f6c2ee30eedb19cb10c98b0f832b069988e2.tar.bz2
removed -lssl and added
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am
index c601791..386bbe9 100644
--- a/examples/csoap/Makefile.am
+++ b/examples/csoap/Makefile.am
@@ -4,7 +4,7 @@ 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) -lssl\
+ -L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) $(LIBS)\
$(LIBXML_LIBS)
simpleclient_SOURCES=simpleclient.c