You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/05/18 14:42:54 UTC

svn commit: r407540 - in /webservices/axis2/trunk/c: axiom/parser/libxml2/Makefile.am modules/core/engine/Makefile.am

Author: samisa
Date: Thu May 18 05:42:53 2006
New Revision: 407540

URL: http://svn.apache.org/viewvc?rev=407540&view=rev
Log:
Applied patches by Dimuthu

Modified:
    webservices/axis2/trunk/c/axiom/parser/libxml2/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/parser/libxml2/Makefile.am?rev=407540&r1=407539&r2=407540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/parser/libxml2/Makefile.am Thu May 18 05:42:53 2006
@@ -6,6 +6,8 @@
 libaxis2_parser_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c
 
+libaxis2_parser_la_LIBADD = -lxml2
+
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \
             -I$(top_builddir)/xml/parser \

Modified: webservices/axis2/trunk/c/modules/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/Makefile.am?rev=407540&r1=407539&r2=407540&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.am Thu May 18 05:42:53 2006
@@ -24,7 +24,8 @@
 					$(top_builddir)/modules/core/clientapi/libaxis2_clientapi.la \
 					$(top_builddir)/modules/core/phaseresolver/libaxis2_phaseresolver.la \
 					$(top_builddir)/modules/core/util/libaxis2_core_utils.la \
-					$(top_builddir)/modules/core/transport/http/libaxis2_http.la
+					$(top_builddir)/modules/core/transport/http/libaxis2_http.la \
+                    -laxis2_util -laxis2_om -laxis2_soap
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/wsdl \