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/transport/http/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/transport/http') 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