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 pi...@apache.org on 2008/07/04 08:27:22 UTC

svn commit: r673916 - /webservices/axis2/trunk/c/src/core/transport/Makefile.am

Author: pini
Date: Thu Jul  3 23:27:22 2008
New Revision: 673916

URL: http://svn.apache.org/viewvc?rev=673916&view=rev
Log:
Added missing files to the tarball created by 'make dist'

Modified:
    webservices/axis2/trunk/c/src/core/transport/Makefile.am

Modified: webservices/axis2/trunk/c/src/core/transport/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/Makefile.am?rev=673916&r1=673915&r2=673916&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/Makefile.am (original)
+++ webservices/axis2/trunk/c/src/core/transport/Makefile.am Thu Jul  3 23:27:22 2008
@@ -1,2 +1,3 @@
 SUBDIRS=http $(TCP_DIR) $(AMQP_DIR)
-EXTRA_DIST=Makefile.am amqp
+DIST_SUBDIRS=tcp amqp
+EXTRA_DIST=Makefile.am