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 2007/06/20 08:57:15 UTC

svn commit: r548960 - in /webservices/axis2/trunk/c/test/core: addr/Makefile.am clientapi/Makefile.am context/Makefile.am deployment/Makefile.am description/Makefile.am engine/Makefile.am transport/http/Makefile.am

Author: pini
Date: Tue Jun 19 23:57:14 2007
New Revision: 548960

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

Modified:
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/test/core/context/Makefile.am
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/description/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/core/transport/http/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Tue Jun 19 23:57:14 2007
@@ -9,6 +9,7 @@
                     ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
+		                                 $(top_builddir)/neethi/src/libneethi.la \
 					$(top_builddir)/src/core/engine/libaxis2_engine.la \
 					$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Tue Jun 19 23:57:14 2007
@@ -10,6 +10,7 @@
                     ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
+			$(top_builddir)/neethi/src/libneethi.la \
                     -lpthread \
                     $(top_builddir)/src/core/engine/libaxis2_engine.la \
                     $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \
@@ -20,6 +21,7 @@
                     ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
+			$(top_builddir)/neethi/src/libneethi.la \
                     -lpthread \
                     $(top_builddir)/src/core/engine/libaxis2_engine.la \
                     $(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \
@@ -35,5 +37,6 @@
             -I$(top_builddir)/src/core/engine \
             -I$(top_builddir)/src/core/clientapi \
             -I ../../../util/include \
+            -I ../../../neethi/include \
             -I ../../../axiom/include
 

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Tue Jun 19 23:57:14 2007
@@ -11,6 +11,7 @@
 						../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 						$(top_builddir)/src/core/engine/libaxis2_engine.la \
 						$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
+						                             $(top_builddir)/neethi/src/libneethi.la \
 			        	-L$(top_builddir)$(GUTHTHILA_LIBS) \
 			        	$(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Tue Jun 19 23:57:14 2007
@@ -8,6 +8,7 @@
                     ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
+		                                 $(top_builddir)/neethi/src/libneethi.la \
 			$(top_builddir)/src/core/engine/libaxis2_engine.la \
 			$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) \

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Tue Jun 19 23:57:14 2007
@@ -9,6 +9,7 @@
 			../../../axiom/src/om/libaxis2_axiom.la \
 			../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 			-lpthread \
+			$(top_builddir)/neethi/src/libneethi.la \
 			$(top_builddir)/src/core/engine/libaxis2_engine.la \
 			$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
                     $(LIBXML2_LIBS)

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Tue Jun 19 23:57:14 2007
@@ -12,6 +12,7 @@
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 		$(top_builddir)/src/core/engine/libaxis2_engine.la \
 		$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
+		                             $(top_builddir)/neethi/src/libneethi.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \
 	                $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?view=diff&rev=548960&r1=548959&r2=548960
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Tue Jun 19 23:57:14 2007
@@ -9,6 +9,7 @@
                                 $(LDFLAGS) \
 		                    ../../../../util/src/libaxutil.la \
        						../../../../axiom/src/om/libaxis2_axiom.la \
+						                             $(top_builddir)/neethi/src/libneethi.la \
 		                    ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 							$(top_builddir)/src/core/engine/libaxis2_engine.la \
 							$(top_builddir)/src/core/transport/http/sender/libaxis2_http_sender.la \



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