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/description/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core/description') 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 -- cgit v1.1-32-gdbae