diff options
author | Jan Lehnardt <jan@apache.org> | 2008-10-23 17:49:03 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-10-23 17:49:03 +0000 |
commit | f98d83669bcea9f119e70457cfcc2d765f917857 (patch) | |
tree | fcec45208338629685333c2500c273ee0669e7dd /etc | |
parent | 87564c805e3cd9195f98dc0a2d9994deb2cb93ea (diff) |
Put local.ini into distribution package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index 382d5425..baf588ea 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -13,6 +13,7 @@ couchprivlibdir = $(localerlanglibdir)/couch-$(version)/priv/lib localconf_DATA = default.ini +EXTRA_DIST = local.ini CLEANFILES = $(localconf_DATA) |