From 762dc6b37093ef85a7793671a8725b80d0f00870 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 16 Jun 2008 16:49:14 +0000 Subject: renamed directory variables, stage two git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668234 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am index d5356ceb..9f686780 100644 --- a/etc/couchdb/Makefile.am +++ b/etc/couchdb/Makefile.am @@ -10,9 +10,9 @@ ## License for the specific language governing permissions and limitations ## under the License. -pkgconf_DATA = couch.ini +localconf_DATA = couch.ini -CLEANFILES = $(pkgconf_DATA) +CLEANFILES = $(localconf_DATA) transform = @program_transform_name@ couchjs_command_name = `echo couchjs | sed '$(transform)'` -- cgit v1.2.3