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 sh...@apache.org on 2008/12/17 12:47:12 UTC

svn commit: r727348 - in /webservices/axis2/trunk/c: axiom/src/parser/guththila/Makefile.am axiom/src/parser/libxml2/Makefile.am src/core/transport/http/sender/Makefile.am

Author: shankar
Date: Wed Dec 17 03:47:12 2008
New Revision: 727348

URL: http://svn.apache.org/viewvc?rev=727348&view=rev
Log:
fixing problem in AIX. Fix for issue AXIS2C-1321

Modified:
    webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am
    webservices/axis2/trunk/c/src/core/transport/http/sender/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am?rev=727348&r1=727347&r2=727348&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am Wed Dec 17 03:47:12 2008
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = libaxis2_parser.la
 
-libaxis2_parser_la_LIBADD = ../../../../guththila/src/libguththila.la
+libaxis2_parser_la_LIBADD = ../../../../guththila/src/libguththila.la \
+							../../../../util/src/libaxutil.la
 
 libaxis2_parser_la_SOURCES = ../xml_reader.c ../xml_writer.c guththila_xml_writer_wrapper.c \
                                 guththila_xml_reader_wrapper.c 

Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am?rev=727348&r1=727347&r2=727348&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am Wed Dec 17 03:47:12 2008
@@ -4,7 +4,8 @@
 libaxis2_parser_la_SOURCES = ../xml_reader.c ../xml_writer.c \
 							libxml2_reader_wrapper.c  libxml2_writer_wrapper.c
 
-libaxis2_parser_la_LIBADD = @LIBXML2_LIBS@
+libaxis2_parser_la_LIBADD = @LIBXML2_LIBS@ \
+							../../../../util/src/libaxutil.la
 
 libaxis2_parser_la_LDFLAGS = -version-info $(VERSION_NO)
 libaxis2_libxml2_la_LDFLAGS = -version-info $(VERSION_NO)

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/Makefile.am?rev=727348&r1=727347&r2=727348&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/Makefile.am Wed Dec 17 03:47:12 2008
@@ -32,6 +32,7 @@
                                  $(top_builddir)/src/core/transport/http/util/libaxis2_http_util.la\
 				 				 $(top_builddir)/axiom/src/om/libaxis2_axiom.la\
 				 				 $(top_builddir)/util/src/libaxutil.la\
+								 $(top_builddir)/src/core/engine/libaxis2_engine.la\
 								 $(LIBCURL_LIBS)\
 								 $(SSL_LIBS)