diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/amqp/echo/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/amqp/mtom/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/amqp/notify/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/echo/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/math/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/mtom/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/mtom_callback/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/notify/Makefile.am | 1 | ||||
-rw-r--r-- | samples/client/version/Makefile.am | 1 | ||||
-rw-r--r-- | samples/codegen/client/calc_xml_inout/Makefile.am | 1 | ||||
-rw-r--r-- | samples/codegen/client/calculator/Makefile.am | 1 | ||||
-rw-r--r-- | samples/codegen/client/interop_doc1/Makefile.am | 2 | ||||
-rw-r--r-- | samples/codegen/client/interop_doc2/Makefile.am | 6 | ||||
-rw-r--r-- | samples/user_guide/clients/Makefile.am | 1 |
14 files changed, 3 insertions, 17 deletions
diff --git a/samples/client/amqp/echo/Makefile.am b/samples/client/amqp/echo/Makefile.am index b348c63..e9541b7 100644 --- a/samples/client/amqp/echo/Makefile.am +++ b/samples/client/amqp/echo/Makefile.am @@ -21,7 +21,6 @@ LINK_FLAGS = $(LDFLAGS) \ -laxis2_axiom \
-laxis2_engine \
-laxis2_parser \
- -lpthread \
$(GUTHTHILA_LIBS)
echo_blocking_LDADD = $(LINK_FLAGS)
diff --git a/samples/client/amqp/mtom/Makefile.am b/samples/client/amqp/mtom/Makefile.am index fa2f51a..5bf81bc 100644 --- a/samples/client/amqp/mtom/Makefile.am +++ b/samples/client/amqp/mtom/Makefile.am @@ -12,7 +12,6 @@ mtom_LDADD = $(LDFLAGS) \ -laxis2_axiom \
-laxis2_engine \
-laxis2_parser \
- -lpthread \
$(GUTHTHILA_LIBS)
INCLUDES = @AXIS2INC@
diff --git a/samples/client/amqp/notify/Makefile.am b/samples/client/amqp/notify/Makefile.am index 85cc43e..fbb5cf8 100644 --- a/samples/client/amqp/notify/Makefile.am +++ b/samples/client/amqp/notify/Makefile.am @@ -9,7 +9,6 @@ notify_LDADD = -L$(AXIS2C_HOME)/lib \ -laxis2_axiom \
-laxis2_engine \
-laxis2_parser \
- -lpthread \
$(GUTHTHILA_LIBS)
INCLUDES = @AXIS2INC@
diff --git a/samples/client/echo/Makefile.am b/samples/client/echo/Makefile.am index 340e826..dc298ae 100644 --- a/samples/client/echo/Makefile.am +++ b/samples/client/echo/Makefile.am @@ -8,7 +8,6 @@ echo_LDADD = $(LDFLAGS) \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) diff --git a/samples/client/math/Makefile.am b/samples/client/math/Makefile.am index 8cca62e..bbdce07 100644 --- a/samples/client/math/Makefile.am +++ b/samples/client/math/Makefile.am @@ -10,7 +10,6 @@ math_LDADD = \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) diff --git a/samples/client/mtom/Makefile.am b/samples/client/mtom/Makefile.am index df1a866..d53b63f 100644 --- a/samples/client/mtom/Makefile.am +++ b/samples/client/mtom/Makefile.am @@ -10,7 +10,6 @@ mtom_LDADD = $(LDFLAGS) \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) diff --git a/samples/client/mtom_callback/Makefile.am b/samples/client/mtom_callback/Makefile.am index 10b1001..d89466d 100644 --- a/samples/client/mtom_callback/Makefile.am +++ b/samples/client/mtom_callback/Makefile.am @@ -9,7 +9,6 @@ mtom_callback_LDADD = $(LDFLAGS) \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) diff --git a/samples/client/notify/Makefile.am b/samples/client/notify/Makefile.am index c89bd4c..3dd63e0 100644 --- a/samples/client/notify/Makefile.am +++ b/samples/client/notify/Makefile.am @@ -8,7 +8,6 @@ notify_LDADD = \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) diff --git a/samples/client/version/Makefile.am b/samples/client/version/Makefile.am index 9e66c83..ac8983a 100644 --- a/samples/client/version/Makefile.am +++ b/samples/client/version/Makefile.am @@ -10,7 +10,6 @@ version_LDADD = \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) 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) diff --git a/samples/user_guide/clients/Makefile.am b/samples/user_guide/clients/Makefile.am index 91da51d..1031dfa 100644 --- a/samples/user_guide/clients/Makefile.am +++ b/samples/user_guide/clients/Makefile.am @@ -17,7 +17,6 @@ LINK_FLAGS = $(LDFLAGS) \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ - -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ $(GUTHTHILA_LIBS) |