summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar nandika2012-12-26 13:42:46 +0000
committerGravatar nandika2012-12-26 13:42:46 +0000
commit9af851de9ae88e1e1fe9a6ac0ab7ca052318d5c2 (patch)
treeaa201af5f5995db1e84475bef1823e05226bf237
parentcd34d77bce448ffbf5e56e1ca833fefa045db92d (diff)
downloadaxis2c-9af851de9ae88e1e1fe9a6ac0ab7ca052318d5c2.tar.gz
axis2c-9af851de9ae88e1e1fe9a6ac0ab7ca052318d5c2.tar.bz2
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
-rw-r--r--src/core/transport/http/server/CGI/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \