summaryrefslogtreecommitdiffstats
path: root/samples/codegen/client/interop_doc1
diff options
context:
space:
mode:
authorGravatar shankar2010-02-24 03:42:17 +0000
committerGravatar shankar2010-02-24 03:42:17 +0000
commit55a52d271a7072575b27026f625857654477d9a8 (patch)
tree4caf3864716e7eb4bbfe82b82722dd30f5c43066 /samples/codegen/client/interop_doc1
parent9e02291ba0f792216add4c75c1efc7d25cfaf942 (diff)
downloadaxis2c-55a52d271a7072575b27026f625857654477d9a8.tar.gz
axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.bz2
removing unwanted -lpthread
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples/codegen/client/interop_doc1')
-rw-r--r--samples/codegen/client/interop_doc1/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/codegen/client/interop_doc1/Makefile.am b/samples/codegen/client/interop_doc1/Makefile.am
index ff7ecb8..b391822 100644
--- a/samples/codegen/client/interop_doc1/Makefile.am
+++ b/samples/codegen/client/interop_doc1/Makefile.am
@@ -21,7 +21,6 @@ test_echo_date_LDADD = \
-laxis2_wsdl \
-laxis2_engine \
-laxis2_parser \
- -lpthread \
-laxis2_http_sender \
-laxis2_http_receiver \
$(GUTHTHILA_LIBS)
@@ -46,7 +45,6 @@ test_echo_struct_array_LDADD = \
-laxis2_wsdl \
-laxis2_engine \
-laxis2_parser \
- -lpthread \
-laxis2_http_sender \
-laxis2_http_receiver \
$(GUTHTHILA_LIBS)