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 --- test/core/addr/Makefile.am | 2 +- test/core/clientapi/Makefile.am | 5 +---- test/core/context/Makefile.am | 2 +- test/core/deployment/Makefile.am | 2 +- test/core/description/Makefile.am | 3 +-- test/core/engine/Makefile.am | 2 +- test/core/transport/http/Makefile.am | 2 +- 7 files changed, 7 insertions(+), 11 deletions(-) (limited to 'test') diff --git a/test/core/addr/Makefile.am b/test/core/addr/Makefile.am index 9d42172..02352b8 100644 --- a/test/core/addr/Makefile.am +++ b/test/core/addr/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_addr check_PROGRAMS = test_addr noinst_PROGRAMS = test_addr SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_addr_SOURCES = test_addr.c test_addr_LDADD = \ diff --git a/test/core/clientapi/Makefile.am b/test/core/clientapi/Makefile.am index e88c350..b47041d 100644 --- a/test/core/clientapi/Makefile.am +++ b/test/core/clientapi/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_client test_clientapi test_svc_client_handler_count noinst_PROGRAMS = test_client test_clientapi test_svc_client_handler_count check_PROGRAMS = test_client test_clientapi test_svc_client_handler_count SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_client_SOURCES = test_client.c test_clientapi_SOURCES = test_clientapi.c test_svc_client_handler_count_SOURCES = test_svc_client_handler_count.c @@ -12,7 +12,6 @@ test_clientapi_LDADD = \ ../../../axiom/src/om/libaxis2_axiom.la \ ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/neethi/src/libneethi.la \ - -lpthread \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la @@ -21,7 +20,6 @@ test_client_LDADD = \ ../../../axiom/src/om/libaxis2_axiom.la \ ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/neethi/src/libneethi.la \ - -lpthread \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la @@ -30,7 +28,6 @@ test_svc_client_handler_count_LDADD = \ ../../../axiom/src/om/libaxis2_axiom.la \ ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ $(top_builddir)/neethi/src/libneethi.la \ - -lpthread \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la diff --git a/test/core/context/Makefile.am b/test/core/context/Makefile.am index 01642e2..52bf04a 100644 --- a/test/core/context/Makefile.am +++ b/test/core/context/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_context check_PROGRAMS = test_context noinst_PROGRAMS = test_context SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_context_SOURCES = test_context.c diff --git a/test/core/deployment/Makefile.am b/test/core/deployment/Makefile.am index 298457d..ff0cfb8 100644 --- a/test/core/deployment/Makefile.am +++ b/test/core/deployment/Makefile.am @@ -1,7 +1,7 @@ TESTS = test_deployment noinst_PROGRAMS = test_deployment SUBDIRS = -AM_CFLAGS = $(CFLAGS) -g -pthread +AM_CFLAGS = $(CFLAGS) -g test_deployment_SOURCES = test_deployment.c test_deployment_LDADD = \ diff --git a/test/core/description/Makefile.am b/test/core/description/Makefile.am index 0241eeb..4208ddf 100644 --- a/test/core/description/Makefile.am +++ b/test/core/description/Makefile.am @@ -1,14 +1,13 @@ TESTS = test_description noinst_PROGRAMS = test_description SUBDIRS = -AM_CFLAGS = -g -O2 -pthread +AM_CFLAGS = -g -O2 test_description_SOURCES = test_description.c test_description_LDADD = \ ../../../util/src/libaxutil.la \ ../../../axiom/src/om/libaxis2_axiom.la \ ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \ - -lpthread \ $(top_builddir)/neethi/src/libneethi.la \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la diff --git a/test/core/engine/Makefile.am b/test/core/engine/Makefile.am index e6d41de..c7d3b7d 100644 --- a/test/core/engine/Makefile.am +++ b/test/core/engine/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_engine check_PROGRAMS = test_engine noinst_PROGRAMS = test_engine SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_engine_SOURCES = test_engine.c diff --git a/test/core/transport/http/Makefile.am b/test/core/transport/http/Makefile.am index 34eeefe..f709259 100644 --- a/test/core/transport/http/Makefile.am +++ b/test/core/transport/http/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_http_transport check_PROGRAMS = test_http_transport noinst_PROGRAMS = test_http_transport SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_http_transport_SOURCES = test_http_transport.c test_http_transport_LDADD = \ -- cgit v1.1-32-gdbae