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 --- util/test/util/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'util') diff --git a/util/test/util/Makefile.am b/util/test/util/Makefile.am index 4d3a701..201ab25 100644 --- a/util/test/util/Makefile.am +++ b/util/test/util/Makefile.am @@ -9,12 +9,8 @@ SUBDIRS = test_util_SOURCES = test_util.c test_log.c test_string.c test_md5.c test_thread_SOURCES = test_thread.c -test_util_LDADD = \ - $(top_builddir)/src/libaxutil.la \ - -lpthread +test_util_LDADD = $(top_builddir)/src/libaxutil.la -test_thread_LDADD = \ - $(top_builddir)/src/libaxutil.la \ - -lpthread +test_thread_LDADD = $(top_builddir)/src/libaxutil.la INCLUDES = -I$(top_builddir)/include -- cgit v1.1-32-gdbae