Author: davisp
Date: Thu Apr 21 00:38:12 2011
New Revision: 1095578
URL: http://svn.apache.org/viewvc?rev=1095578&view=rev
Log:
Missing config file in EXTRA_DIST
Modified:
couchdb/branches/1.1.x/test/etap/Makefile.am
Modified: couchdb/branches/1.1.x/test/etap/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/test/etap/Makefile.am?rev=1095578&r1=1095577&r2=1095578&view=diff
==============================================================================
--- couchdb/branches/1.1.x/test/etap/Makefile.am (original)
+++ couchdb/branches/1.1.x/test/etap/Makefile.am Thu Apr 21 00:38:12 2011
@@ -28,6 +28,7 @@ DISTCLEANFILES = temp.*
EXTRA_DIST = \
run.tpl \
test_web.erl \
+ random_port.ini \
001-load.t \
002-icu-driver.t \
010-file-basics.t \
|