You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/04/26 04:56:35 UTC

svn commit: r397064 - /webservices/axis2/trunk/c/samples/client/mtom/Makefile.am

Author: samisa
Date: Tue Apr 25 19:56:27 2006
New Revision: 397064

URL: http://svn.apache.org/viewcvs?rev=397064&view=rev
Log:
Fixed the build break due to missing readme file

Modified:
    webservices/axis2/trunk/c/samples/client/mtom/Makefile.am

Modified: webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/mtom/Makefile.am?rev=397064&r1=397063&r2=397064&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/Makefile.am Tue Apr 25 19:56:27 2006
@@ -1,7 +1,7 @@
 prgbindir=$(prefix)/bin/samples
 prgbin_PROGRAMS = mtom
 samplesdir=$(prefix)/samples/client/mtom
-samples_DATA=mtom_client.c README.txt Makefile.am Makefile.in
+samples_DATA=mtom_client.c Makefile.am Makefile.in
 mtom_SOURCES = mtom_client.c
 
 mtom_LDADD   = $(LDFLAGS) \