summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-03 22:27:42 +0200
committerJan Lehnardt <jan@apache.org>2013-10-03 22:27:42 +0200
commit7b94b198140c6e4047cff98329eefd2d08df7376 (patch)
treea8dfab76bfd859751e6078c4457aa09b7e38aaab
parentc89dfe3fadb01e7afb97f28d6aa18a11eca06f64 (diff)
downloadcouchdb-7b94b198140c6e4047cff98329eefd2d08df7376.tar.gz
add src/couch_plugins/README.md to EXTRA_DIST
-rw-r--r--src/couch_plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_plugins/Makefile.am b/src/couch_plugins/Makefile.am
index 91adfae91..37cd9d5c1 100644
--- a/src/couch_plugins/Makefile.am
+++ b/src/couch_plugins/Makefile.am
@@ -26,7 +26,7 @@ compiled_files = \
ebin/couch_plugins.beam \
ebin/couch_plugins_httpd.beam
-EXTRA_DIST = $(source_files)
+EXTRA_DIST = $(source_files) README.md
CLEANFILES = $(compiled_files)
ebin/%.app: src/%.app.src