From df8bc9e587a0c030c97b525ea14b736ce8af6af4 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 14 Apr 2008 22:32:19 +0000 Subject: added dummy makefile git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648037 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/couchdb/Makefile.am (limited to 'etc/couchdb/Makefile.am') diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am new file mode 100644 index 00000000..d5ccdb15 --- /dev/null +++ b/etc/couchdb/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