From 79d3861733a2f492f9e4c4de50b4bfeb5ca89e64 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 10 Aug 2010 19:33:21 +0000 Subject: added etc/windows to the build, fixes COUCHDB-849 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984178 13f79535-47bb-0310-9956-ffa450edef68 --- configure.ac | 1 + etc/Makefile.am | 2 +- etc/windows/Makefile.am | 13 +++++++++++++ license.skip | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 etc/windows/Makefile.am diff --git a/configure.ac b/configure.ac index 1f0b7cf4..b776a258 100644 --- a/configure.ac +++ b/configure.ac @@ -397,6 +397,7 @@ AC_CONFIG_FILES([etc/launchd/org.apache.couchdb.plist.tpl]) AC_CONFIG_FILES([etc/launchd/Makefile]) AC_CONFIG_FILES([etc/logrotate.d/couchdb.tpl]) AC_CONFIG_FILES([etc/logrotate.d/Makefile]) +AC_CONFIG_FILES([etc/windows/Makefile]) AC_CONFIG_FILES([etc/Makefile]) AC_CONFIG_FILES([share/Makefile]) AC_CONFIG_FILES([src/Makefile]) 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. diff --git a/license.skip b/license.skip index 10ff0892..a7aa6ec3 100644 --- a/license.skip +++ b/license.skip @@ -49,6 +49,7 @@ ^etc/logrotate.d/Makefile ^etc/logrotate.d/Makefile.in ^etc/logrotate.d/couchdb* +^etc/windows/Makefile ^etc/windows/README.txt.tpl ^libtool ^license.skip -- cgit v1.2.3