summaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-10-25 15:55:56 +0000
committerNoah Slater <nslater@apache.org>2008-10-25 15:55:56 +0000
commit71371d67e9ebbfdca5caf206552412e621ede612 (patch)
treee0c7764910c045758c11339493e66156f74c17cd /etc/Makefile.am
parent3d257050f693c51bc3a077c5584249d834308c7c (diff)
made default/couchdb a dist_ target
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index cc144d96..c95ddbba 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -15,7 +15,7 @@ SUBDIRS = couchdb default init launchd logrotate.d
default_sysconf_data = logrotate.d/couchdb
if INIT
-init_sysconf_data = default/couchdb
+dist_init_sysconf_data = default/couchdb
init_DATA = init/couchdb
endif