diff options
author | Noah Slater <nslater@apache.org> | 2008-10-25 15:55:56 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-10-25 15:55:56 +0000 |
commit | 71371d67e9ebbfdca5caf206552412e621ede612 (patch) | |
tree | e0c7764910c045758c11339493e66156f74c17cd /etc | |
parent | 3d257050f693c51bc3a077c5584249d834308c7c (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')
-rw-r--r-- | etc/Makefile.am | 2 |
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 |