summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \