You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/10/23 19:49:03 UTC

svn commit: r707426 - /incubator/couchdb/trunk/etc/couchdb/Makefile.am

Author: jan
Date: Thu Oct 23 10:49:03 2008
New Revision: 707426

URL: http://svn.apache.org/viewvc?rev=707426&view=rev
Log:
Put local.ini into distribution package.

Modified:
    incubator/couchdb/trunk/etc/couchdb/Makefile.am

Modified: incubator/couchdb/trunk/etc/couchdb/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/couchdb/Makefile.am?rev=707426&r1=707425&r2=707426&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/couchdb/Makefile.am (original)
+++ incubator/couchdb/trunk/etc/couchdb/Makefile.am Thu Oct 23 10:49:03 2008
@@ -13,6 +13,7 @@
 couchprivlibdir = $(localerlanglibdir)/couch-$(version)/priv/lib
 
 localconf_DATA = default.ini
+EXTRA_DIST = local.ini
 
 CLEANFILES = $(localconf_DATA)