diff options
author | shankar | 2010-02-24 03:42:17 +0000 |
---|---|---|
committer | shankar | 2010-02-24 03:42:17 +0000 |
commit | 55a52d271a7072575b27026f625857654477d9a8 (patch) | |
tree | 4caf3864716e7eb4bbfe82b82722dd30f5c43066 /src/core/transport/http/server/CGI | |
parent | 9e02291ba0f792216add4c75c1efc7d25cfaf942 (diff) | |
download | axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.gz axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.bz2 |
removing unwanted -lpthread
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/core/transport/http/server/CGI')
-rw-r--r-- | src/core/transport/http/server/CGI/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/transport/http/server/CGI/Makefile.am b/src/core/transport/http/server/CGI/Makefile.am index fafb8bf..df679b9 100644 --- a/src/core/transport/http/server/CGI/Makefile.am +++ b/src/core/transport/http/server/CGI/Makefile.am @@ -1,7 +1,7 @@ prgbindir=$(bindir) prgbin_PROGRAMS = axis2.cgi SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g axis2_cgi_SOURCES = axis2_cgi_main.c \ axis2_cgi_out_transport_info.c \ axis2_cgi_stream.c @@ -18,8 +18,7 @@ axis2_cgi_LDADD = $(LDFLAGS) \ $(top_builddir)/src/core/clientapi/libaxis2_clientapi.la \ $(top_builddir)/src/core/engine/libaxis2_engine.la \ $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \ - $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la \ - -lpthread + $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la INCLUDES = -I$(top_builddir)/include \ -I$(top_builddir)/src/core/description\ |