You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/05/09 08:04:12 UTC

svn commit: r536432 - in /webservices/sandesha/trunk/c: samples/RMSampleService/ samples/rm_echo_1_0/ samples/rm_echo_1_1/ samples/rm_echo_single_1_0/ samples/rm_echo_single_1_1/ samples/rm_mtom_1_0/ samples/rm_ping_1_0/ samples/rm_ping_1_1/ samples/rm...

Author: damitha
Date: Tue May  8 23:04:11 2007
New Revision: 536432

URL: http://svn.apache.org/viewvc?view=rev&rev=536432
Log:
Fixed build issued when testing for binary release

Modified:
    webservices/sandesha/trunk/c/samples/RMSampleService/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_1_1/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_1/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_mtom_1_0/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_ping_1_0/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_ping_1_1/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_report/Makefile.am
    webservices/sandesha/trunk/c/src/Makefile.am
    webservices/sandesha/trunk/c/src/client/Makefile.am
    webservices/sandesha/trunk/c/src/core/Makefile.am

Modified: webservices/sandesha/trunk/c/samples/RMSampleService/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/RMSampleService/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/RMSampleService/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/RMSampleService/Makefile.am Tue May  8 23:04:11 2007
@@ -5,9 +5,7 @@
 prglib_DATA= services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = rm_sample_svc.h
-SUBDIRS =
 libRMSampleService_la_SOURCES = rm_sample_svc.c rm_sample_svc_skel.c
-libRMSampleService_la_LIBADD  =
 INCLUDES = -I$(AXIS2C_HOME)/include/axis2-1.0 \
 			@UTILINC@ \
 			@AXIOMINC@

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_0/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_echo_1_0_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_1/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_1/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_1/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_echo_1_1_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_echo_single_1_0_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_1/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_1/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_1/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_echo_single_1_1_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_mtom_1_0/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_mtom_1_0/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_mtom_1_0/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_mtom_1_0/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_mtom_1_0_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_ping_1_0/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_ping_1_0/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_ping_1_0/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_ping_1_0/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_ping_1_0_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,6 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_ping_1_1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_ping_1_1/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_ping_1_1/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_ping_1_1/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_ping_1_1_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/samples/rm_report/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_report/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_report/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_report/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,7 @@
 
 rm_report_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
+                    -L$(AXIS2C_HOME)/modules/sandesha2 \
 					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
@@ -13,8 +14,7 @@
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-                    ../../src/client/libsandesha2_client.la \
-					../../src/core/libsandesha2.la \
+                    -lsandesha2_client \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/sandesha/trunk/c/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/src/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/Makefile.am Tue May  8 23:04:11 2007
@@ -1 +1 @@
-SUBDIRS = wsrm storage util transport workers client handlers msgprocessors polling core
+SUBDIRS = wsrm storage util transport workers handlers msgprocessors polling core client

Modified: webservices/sandesha/trunk/c/src/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/client/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/src/client/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/client/Makefile.am Tue May  8 23:04:11 2007
@@ -6,6 +6,8 @@
 							report.c \
 							client.c
 
+libsandesha2_client_la_LIBADD = ../core/libsandesha2.la
+
 INCLUDES = -I$(top_builddir)/include \
 		   	@AXIS2INC@
 

Modified: webservices/sandesha/trunk/c/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/core/Makefile.am?view=diff&rev=536432&r1=536431&r2=536432
==============================================================================
--- webservices/sandesha/trunk/c/src/core/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/core/Makefile.am Tue May  8 23:04:11 2007
@@ -7,8 +7,7 @@
 
 INCLUDES = -I$(top_builddir)/include \
             @AXIS2INC@
-libsandesha2_la_LIBADD = ../client/libsandesha2_client.la\
-                        ../handlers/libsandesha_handlers.la\
+libsandesha2_la_LIBADD = ../handlers/libsandesha_handlers.la\
                         ../msgprocessors/libsandesha2_msgprocessors.la\
                         ../storage/beans/libsandesha2_storage_beans.la\
 						../storage/libsandesha2_storage.la\



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