summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-04-14 22:32:19 +0000
committerNoah Slater <nslater@apache.org>2008-04-14 22:32:19 +0000
commitdf8bc9e587a0c030c97b525ea14b736ce8af6af4 (patch)
tree1337ad69676cd7a526a9d0d43c06e3a5e96a39c5 /etc
parent659ad54026b10f8a87ec112d6a91a591c77b320a (diff)
added dummy makefile
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/Makefile.am13
1 files changed, 13 insertions, 0 deletions
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.