From 9af851de9ae88e1e1fe9a6ac0ab7ca052318d5c2 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 13:42:46 +0000 Subject: added libneethi.la to Makefile.am , AXIS2C-1578 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425906 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/transport/http/server/CGI/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/transport/http/server/CGI/Makefile.am b/src/core/transport/http/server/CGI/Makefile.am index 3f276dc..2061bac 100644 --- a/src/core/transport/http/server/CGI/Makefile.am +++ b/src/core/transport/http/server/CGI/Makefile.am @@ -32,6 +32,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)/neethi/src/libneethi.la \ $(top_builddir)/src/core/transport/http/receiver/libaxis2_http_receiver.la INCLUDES = -I$(top_builddir)/include \ -- cgit v1.1-32-gdbae