From 55a52d271a7072575b27026f625857654477d9a8 Mon Sep 17 00:00:00 2001
From: shankar
Date: Wed, 24 Feb 2010 03:42:17 +0000
Subject: removing unwanted -lpthread

git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
---
 samples/codegen/client/calc_xml_inout/Makefile.am | 1 -
 samples/codegen/client/calculator/Makefile.am     | 1 -
 samples/codegen/client/interop_doc1/Makefile.am   | 2 --
 samples/codegen/client/interop_doc2/Makefile.am   | 6 +++---
 4 files changed, 3 insertions(+), 7 deletions(-)

(limited to 'samples/codegen/client')

diff --git a/samples/codegen/client/calc_xml_inout/Makefile.am b/samples/codegen/client/calc_xml_inout/Makefile.am
index aa3981c..d14e820 100644
--- a/samples/codegen/client/calc_xml_inout/Makefile.am
+++ b/samples/codegen/client/calc_xml_inout/Makefile.am
@@ -14,7 +14,6 @@ Calculator_LDADD   = $(LDFLAGS) \
                     -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
-                    -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
                     $(GUTHTHILA_LIBS)
diff --git a/samples/codegen/client/calculator/Makefile.am b/samples/codegen/client/calculator/Makefile.am
index 9e75ed0..96a88ac 100644
--- a/samples/codegen/client/calculator/Makefile.am
+++ b/samples/codegen/client/calculator/Makefile.am
@@ -16,7 +16,6 @@ Calculator_LDADD   = $(LDFLAGS) \
                     -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
-                    -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
                     $(GUTHTHILA_LIBS)
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)
diff --git a/samples/codegen/client/interop_doc2/Makefile.am b/samples/codegen/client/interop_doc2/Makefile.am
index 1208385..7f39d3b 100644
--- a/samples/codegen/client/interop_doc2/Makefile.am
+++ b/samples/codegen/client/interop_doc2/Makefile.am
@@ -9,7 +9,7 @@ test_echo_string_SOURCES = \
   test_echo_string.c
 test_echo_string_LDADD = \
            $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
-            -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
+            -laxis2_wsdl -laxis2_engine -laxis2_parser -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS)
 
@@ -21,7 +21,7 @@ test_echo_struct_SOURCES = \
   axis2_WSDLInteropTestDocLitService_stub.c test_echo_struct.c 
 test_echo_struct_LDADD = \
            $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
-            -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
+            -laxis2_wsdl -laxis2_engine -laxis2_parser -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS)
 
@@ -33,7 +33,7 @@ test_echo_string_array_SOURCES = \
   axis2_WSDLInteropTestDocLitService_stub.c test_echo_string_array.c 
 test_echo_string_array_LDADD = \
            $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
-            -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
+            -laxis2_wsdl -laxis2_engine -laxis2_parser -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS)
 
-- 
cgit v1.1-32-gdbae