From beddfb70ba9b5c58b890d6ba8f343337fdd85498 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 10 Aug 2010 19:34:54 +0000 Subject: backported r984178 git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984179 13f79535-47bb-0310-9956-ffa450edef68 --- etc/Makefile.am | 2 +- etc/windows/Makefile.am | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 etc/windows/Makefile.am (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am index c166636c..1bebca38 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -10,7 +10,7 @@ ## License for the specific language governing permissions and limitations under ## the License. -SUBDIRS = couchdb default init launchd logrotate.d +SUBDIRS = couchdb default init launchd logrotate.d windows default_sysconf_data = logrotate.d/couchdb diff --git a/etc/windows/Makefile.am b/etc/windows/Makefile.am new file mode 100644 index 00000000..5b4faae0 --- /dev/null +++ b/etc/windows/Makefile.am @@ -0,0 +1,13 @@ +## Licensed under the Apache License, Version 2.0 (the "License"); you may not +## use this file except in compliance with the License. You may obtain a copy of +## the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +## License for the specific language governing permissions and limitations under +## the License. + +## This file intentionally left blank. -- cgit v1.2.3