svn commit: r828309 - in /webservices/sandesha/trunk/c/samples/rm_amqp: rm_echo_dual_1_1/Makefile.am rm_echo_single_1_1/Makefile.am

[email protected] Thu, 22 Oct 2009 05:17:14 -0000
Newsgroups gmane.comp.apache.webservices.fx.devel
Message-ID <[email protected]>
Author: shankar
Date: Thu Oct 22 05:17:13 2009
New Revision: 828309

URL: http://svn.apache.org/viewvc?rev=828309&view=rev
Log:
copying echo_util.h file

Modified:
    webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am
    webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_single_1_1/Makefile.am

Modified: webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am?rev=828309&r1=828308&r2=828309&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am Thu Oct 22 05:17:13 2009
@@ -16,3 +16,5 @@
 
 INCLUDES = -I../../../include \
 		   @AXIS2INC@
+
+EXTRA_DIST=echo_util.h

Modified: webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_single_1_1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_single_1_1/Makefile.am?rev=828309&r1=828308&r2=828309&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_single_1_1/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/rm_amqp/rm_echo_single_1_1/Makefile.am Thu Oct 22 05:17:13 2009
@@ -16,3 +16,5 @@
 
 INCLUDES = @AXIS2INC@ \
 		   -I../../../include 
+
+EXTRA_DIST=echo_util.h