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/24 07:48:18 UTC

svn commit: r541192 - in /webservices/sandesha/trunk/c: ./ src/client/ src/core/ src/handlers/ src/msgprocessors/ src/polling/ src/storage/ src/storage/beans/ src/storage/inmemory/ src/storage/mysql/ src/storage/sqlite/ src/transport/ src/util/ src/wor...

Author: damitha
Date: Wed May 23 22:48:16 2007
New Revision: 541192

URL: http://svn.apache.org/viewvc?view=rev&rev=541192
Log:
updated Makefile.am's

Modified:
    webservices/sandesha/trunk/c/configure.ac
    webservices/sandesha/trunk/c/src/client/Makefile.am
    webservices/sandesha/trunk/c/src/core/Makefile.am
    webservices/sandesha/trunk/c/src/handlers/Makefile.am
    webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am
    webservices/sandesha/trunk/c/src/polling/Makefile.am
    webservices/sandesha/trunk/c/src/storage/Makefile.am
    webservices/sandesha/trunk/c/src/storage/beans/Makefile.am
    webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am
    webservices/sandesha/trunk/c/src/storage/mysql/Makefile.am
    webservices/sandesha/trunk/c/src/storage/sqlite/Makefile.am
    webservices/sandesha/trunk/c/src/transport/Makefile.am
    webservices/sandesha/trunk/c/src/util/Makefile.am
    webservices/sandesha/trunk/c/src/workers/Makefile.am
    webservices/sandesha/trunk/c/src/wsrm/Makefile.am

Modified: webservices/sandesha/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/configure.ac (original)
+++ webservices/sandesha/trunk/c/configure.ac Wed May 23 22:48:16 2007
@@ -118,6 +118,8 @@
 )
 
 AXIS2INC=$axis2inc
+AXIOMINC=$axis2inc/../axiom/include
+UTILINC=$axis2inc/../util/include
 MYSQLINC=$mysqlinc
 SQLITEINC=$sqliteinc
 

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=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/client/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/client/Makefile.am Wed May 23 22:48:16 2007
@@ -9,5 +9,7 @@
 libsandesha2_client_la_LIBADD = ../core/libsandesha2.la
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 

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=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/core/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/core/Makefile.am Wed May 23 22:48:16 2007
@@ -6,7 +6,9 @@
                           msg_validator.c
 
 INCLUDES = -I$(top_builddir)/include \
-            @AXIS2INC@
+            @AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 libsandesha2_la_LIBADD = ../handlers/libsandesha_handlers.la\
                         ../msgprocessors/libsandesha2_msgprocessors.la\
                         ../storage/beans/libsandesha2_storage_beans.la\

Modified: webservices/sandesha/trunk/c/src/handlers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/handlers/Makefile.am Wed May 23 22:48:16 2007
@@ -6,4 +6,6 @@
 							sandesha2_out_handler.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@

Modified: webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am Wed May 23 22:48:16 2007
@@ -13,5 +13,7 @@
 										make_connection_msg_processor.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 

Modified: webservices/sandesha/trunk/c/src/polling/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/polling/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/polling/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/polling/Makefile.am Wed May 23 22:48:16 2007
@@ -3,7 +3,9 @@
 libsandesha2_polling_la_SOURCES = polling_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 
 
 

Modified: webservices/sandesha/trunk/c/src/storage/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/Makefile.am Wed May 23 22:48:16 2007
@@ -11,5 +11,7 @@
 								seq_property_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 EXTRA_DIST=mysql

Modified: webservices/sandesha/trunk/c/src/storage/beans/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/beans/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/beans/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/beans/Makefile.am Wed May 23 22:48:16 2007
@@ -9,5 +9,7 @@
 				rm_bean.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 

Modified: webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am Wed May 23 22:48:16 2007
@@ -11,7 +11,9 @@
 								inmemory_bean_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@
 
 EXTRA_DIST=sandesha2_inmemory_bean_mgr.h
 

Modified: webservices/sandesha/trunk/c/src/storage/mysql/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/mysql/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/mysql/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/mysql/Makefile.am Wed May 23 22:48:16 2007
@@ -13,6 +13,8 @@
 
 INCLUDES = -I$(top_builddir)/include \
 		   	@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 			-I. \
 			@MYSQLINC@
 

Modified: webservices/sandesha/trunk/c/src/storage/sqlite/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/Makefile.am Wed May 23 22:48:16 2007
@@ -15,6 +15,8 @@
 			-I$(top_builddir)/include/sandesha2 \
 			-I. \
 			@AXIS2INC@ \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 			@SQLITEINC@
 
 EXTRA_DIST=sandesha2_permanent_bean_mgr.h \

Modified: webservices/sandesha/trunk/c/src/transport/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/transport/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/transport/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/transport/Makefile.am Wed May 23 22:48:16 2007
@@ -3,4 +3,6 @@
 libsandesha2_transport_la_SOURCES = sandesha2_transport_sender.c
 
 INCLUDES = -I$(top_builddir)/include \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 		   	@AXIS2INC@

Modified: webservices/sandesha/trunk/c/src/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/util/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/util/Makefile.am Wed May 23 22:48:16 2007
@@ -16,4 +16,6 @@
                             property_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 		   	@AXIS2INC@

Modified: webservices/sandesha/trunk/c/src/workers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/workers/Makefile.am Wed May 23 22:48:16 2007
@@ -5,5 +5,7 @@
                                   sender_worker.c
 
 INCLUDES = -I$(top_builddir)/include \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 		   	@AXIS2INC@
 

Modified: webservices/sandesha/trunk/c/src/wsrm/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/Makefile.am?view=diff&rev=541192&r1=541191&r2=541192
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/wsrm/Makefile.am Wed May 23 22:48:16 2007
@@ -31,4 +31,6 @@
 							   make_connection.c
 
 INCLUDES = -I$(top_builddir)/include \
+		   	@AXIOMINC@ \
+		   	@UTILINC@ \
 		   @AXIS2INC@



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