copying echo_util.h file
diff --git a/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am b/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am
index f0fb542..93a3d01 100644
--- a/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am
+++ b/samples/rm_amqp/rm_echo_dual_1_1/Makefile.am
@@ -16,3 +16,5 @@
 
 INCLUDES = -I../../../include \
 		   @AXIS2INC@
+
+EXTRA_DIST=echo_util.h
diff --git a/samples/rm_amqp/rm_echo_single_1_1/Makefile.am b/samples/rm_amqp/rm_echo_single_1_1/Makefile.am
index 38cd799..bf34ab1 100644
--- a/samples/rm_amqp/rm_echo_single_1_1/Makefile.am
+++ b/samples/rm_amqp/rm_echo_single_1_1/Makefile.am
@@ -16,3 +16,5 @@
 
 INCLUDES = @AXIS2INC@ \
 		   -I../../../include 
+
+EXTRA_DIST=echo_util.h