diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | etc/Makefile.am | 2 | ||||
-rw-r--r-- | etc/windows/Makefile.am | 13 | ||||
-rw-r--r-- | license.skip | 1 |
4 files changed, 16 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c089523..c609a084 100644 --- a/configure.ac +++ b/configure.ac @@ -391,6 +391,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 |