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 --- axiom/test/om/Makefile.am | 2 +- axiom/test/soap/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'axiom') diff --git a/axiom/test/om/Makefile.am b/axiom/test/om/Makefile.am index 7736221..8d9403b 100644 --- a/axiom/test/om/Makefile.am +++ b/axiom/test/om/Makefile.am @@ -2,7 +2,7 @@ TESTS = noinst_PROGRAMS = test_om check_PROGRAMS = test_om SUBDIRS = -AM_CFLAGS = -g -O2 -pthread +AM_CFLAGS = -g -O2 test_om_SOURCES = test_om.c test_om_LDADD = ../../../util/src/libaxutil.la \ diff --git a/axiom/test/soap/Makefile.am b/axiom/test/soap/Makefile.am index fdf79a0..ce1bd70 100644 --- a/axiom/test/soap/Makefile.am +++ b/axiom/test/soap/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_soap noinst_PROGRAMS = test_soap check_PROGRAMS = test_soap SUBDIRS = -AM_CFLAGS = -g -O2 -pthread +AM_CFLAGS = -g -O2 test_soap_SOURCES = test_soap.c test_soap_LDADD = ../../../util/src/libaxutil.la \ -- cgit v1.1-32-gdbae