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/04/20 13:44:53 UTC

svn commit: r530751 - in /webservices/sandesha/trunk/c/src: client/ core/ handlers/ msgprocessors/ polling/ storage/ storage/beans/ storage/inmemory/ storage/permanent/ transport/ util/ workers/ wsrm/

Author: damitha
Date: Fri Apr 20 04:44:52 2007
New Revision: 530751

URL: http://svn.apache.org/viewvc?view=rev&rev=530751
Log:
Fixed a build file bug

Modified:
    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/permanent/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/src/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/client/Makefile.am?view=diff&rev=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/client/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/client/Makefile.am Fri Apr 20 04:44:52 2007
@@ -7,10 +7,5 @@
 							client.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-           -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/core/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/core/Makefile.am Fri Apr 20 04:44:52 2007
@@ -6,12 +6,7 @@
                           msg_validator.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
-
+		   	@AXIS2INC@
 libsandesha2_la_LIBADD = ../client/libsandesha2_client.la\
                         ../handlers/libsandesha_handlers.la\
                         ../msgprocessors/libsandesha2_msgprocessors.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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/handlers/Makefile.am Fri Apr 20 04:44:52 2007
@@ -6,9 +6,4 @@
 							sandesha2_out_handler.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@AXIS2INC@

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/Makefile.am Fri Apr 20 04:44:52 2007
@@ -13,10 +13,5 @@
 										make_connection_msg_processor.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-           -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@AXIS2INC@
 

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/polling/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/polling/Makefile.am Fri Apr 20 04:44:52 2007
@@ -3,11 +3,7 @@
 libsandesha2_polling_la_SOURCES = polling_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-           -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@AXIS2INC@
 
 
 

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/Makefile.am Fri Apr 20 04:44:52 2007
@@ -11,9 +11,4 @@
 								seq_property_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@AXIS2INC@

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/beans/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/beans/Makefile.am Fri Apr 20 04:44:52 2007
@@ -9,9 +9,5 @@
 				rm_bean.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I ../../../../axis2c/util/include \
-            -I ../../../../axis2c/include \
-            -I ../../../../axis2c/axiom/include \
-            -I ../../../../axis2c/xml_schema/include \
-            -I ../../../../axis2c/woden/include
+		   	@AXIS2INC@
 

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/inmemory/Makefile.am Fri Apr 20 04:44:52 2007
@@ -11,12 +11,7 @@
 								inmemory_bean_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-           -I ../../../../axis2c/util/include \
-            -I ../../../../axis2c/include \
-            -I ../../../../axis2c/axiom/include \
-            -I ../../../../axis2c/xml_schema/include \
-            -I ../../../../axis2c/woden/include
+		   	@AXIS2INC@
 
 EXTRA_DIST=sandesha2_inmemory_bean_mgr.h
 

Modified: webservices/sandesha/trunk/c/src/storage/permanent/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/Makefile.am?view=diff&rev=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/Makefile.am Fri Apr 20 04:44:52 2007
@@ -12,12 +12,7 @@
 								msg_store_bean.c
 
 INCLUDES = -I$(top_builddir)/include \
-			-I$(top_builddir)/include/sandesha2 \
-            -I ../../../../axis2c/util/include \
-            -I ../../../../axis2c/include \
-            -I ../../../../axis2c/axiom/include \
-            -I ../../../../axis2c/xml_schema/include \
-            -I ../../../../axis2c/woden/include \
+		   	@AXIS2INC@ \
 			-I/usr/include/mysql
 
 EXTRA_DIST=sandesha2_sqls.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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/transport/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/transport/Makefile.am Fri Apr 20 04:44:52 2007
@@ -3,8 +3,4 @@
 libsandesha2_transport_la_SOURCES = sandesha2_transport_sender.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/util/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/util/Makefile.am Fri Apr 20 04:44:52 2007
@@ -16,9 +16,5 @@
                             property_mgr.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include \
+		   	@AXIS2INC@ \
 			-I/usr/include/mysql

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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/workers/Makefile.am Fri Apr 20 04:44:52 2007
@@ -5,9 +5,5 @@
                                   sender_worker.c
 
 INCLUDES = -I$(top_builddir)/include \
-           -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   	@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=530751&r1=530750&r2=530751
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/wsrm/Makefile.am Fri Apr 20 04:44:52 2007
@@ -31,8 +31,4 @@
 							   make_connection.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I ../../../axis2c/util/include \
-            -I ../../../axis2c/include \
-            -I ../../../axis2c/axiom/include \
-            -I ../../../axis2c/xml_schema/include \
-            -I ../../../axis2c/woden/include
+		   @AXIS2INC@



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