You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2012/12/26 14:42:47 UTC

svn commit: r1425906 - /axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am

Author: nandika
Date: Wed Dec 26 13:42:46 2012
New Revision: 1425906

URL: http://svn.apache.org/viewvc?rev=1425906&view=rev
Log:
added libneethi.la to Makefile.am , AXIS2C-1578

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am

Modified: axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am?rev=1425906&r1=1425905&r2=1425906&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am Wed Dec 26 13:42:46 2012
@@ -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 \