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 --- src/core/transport/http/server/apache2/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/transport/http/server/apache2') diff --git a/src/core/transport/http/server/apache2/Makefile.am b/src/core/transport/http/server/apache2/Makefile.am index d5f6bd8..8ea7b7d 100644 --- a/src/core/transport/http/server/apache2/Makefile.am +++ b/src/core/transport/http/server/apache2/Makefile.am @@ -12,8 +12,7 @@ libmod_axis2_la_LIBADD = $(LDFLAGS) \ $(top_builddir)/util/src/libaxutil.la \ $(top_builddir)/src/core/transport/http/util/libaxis2_http_util.la\ $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la\ - $(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la\ - -lpthread + $(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la libmod_axis2_la_LDFLAGS = -version-info $(VERSION_NO) -- cgit v1.1-32-gdbae