You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2008/01/29 12:36:32 UTC

svn commit: r616268 - /webservices/axis2/trunk/c/Makefile.am

Author: pini
Date: Tue Jan 29 03:36:28 2008
New Revision: 616268

URL: http://svn.apache.org/viewvc?rev=616268&view=rev
Log:
Removed a binary from the tarball created by 'make dist'

Modified:
    webservices/axis2/trunk/c/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?rev=616268&r1=616267&r2=616268&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Tue Jan 29 03:36:28 2008
@@ -28,6 +28,7 @@
 	rm -rf `find $(distdir)/ -type f -name Makefile`
 	rm -rf `find $(distdir)/ -type f -name axis2c-sample-src-${PACKAGE_VERSION}.tar.gz`
 	rm -rf `find $(distdir)/ -type d -name autom4te.cache`
+	rm -rf $(distdir)/tools/tcpmon/src/tcpmon
 	sh dist.sh
 
 bindist: $(bin_PROGRAMS)



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