You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/07/13 13:28:08 UTC

svn commit: r421595 - in /webservices/axis2/trunk/c/modules: core/transport/http/sender/Makefile.am wsdl/Makefile.am

Author: pini
Date: Thu Jul 13 04:28:08 2006
New Revision: 421595

URL: http://svn.apache.org/viewvc?rev=421595&view=rev
Log:
fixed build break 

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
    webservices/axis2/trunk/c/modules/wsdl/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am?rev=421595&r1=421594&r2=421595&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am Thu Jul 13 04:28:08 2006
@@ -4,10 +4,9 @@
                                   rest_sender.c\
                                   http_client.c
 
-libaxis2_http_sender_la_LIBADD = \
+libaxis2_http_sender_la_LIBADD = $(top_builddir)/modules/core/engine/libaxis2_engine.la \
                                   -laxis2_axiom \
-                                  -laxis2_util \
-                                  -laxis2_engine
+                                  -laxis2_util 
 
 if AXIS2_SSL_ENABLED
 libaxis2_http_sender_la_SOURCES += ssl/ssl_stream.c\

Modified: webservices/axis2/trunk/c/modules/wsdl/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/wsdl/Makefile.am?rev=421595&r1=421594&r2=421595&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/wsdl/Makefile.am Thu Jul 13 04:28:08 2006
@@ -30,8 +30,7 @@
 
 libaxis2_wsdl_la_LIBADD = \
                                   -laxis2_axiom \
-                                  -laxis2_util \
-                                  -laxis2_engine
+                                  -laxis2_util 
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/xml_schema/include\



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org