summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-04 14:50:25 +0200
committerJan Lehnardt <jan@apache.org>2013-10-04 14:57:01 +0200
commitcb1191e36712d90145738e8b21e707041b422078 (patch)
treee75914d912a234dbc9b002efcc53d2d192d4fe88
parent752be9a1a47abbd0e34d100420784e48fb528492 (diff)
downloadcouchdb-cb1191e36712d90145738e8b21e707041b422078.tar.gz
set up my-first-couchdb-plugin with EXTRA_DIST
-rw-r--r--src/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c500e1189..d306cd5b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,4 +22,15 @@ SUBDIRS = \
etap \
ibrowse \
mochiweb \
- snappy
+ snappy \
+ couchjs-node
+
+EXTRA_DIST = \
+ my-first-couchdb-plugin/.gitignore \
+ my-first-couchdb-plugin/Makefile.dist \
+ my-first-couchdb-plugin/Makefile.am \
+ my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini \
+ my-first-couchdb-plugin/README.md \
+ my-first-couchdb-plugin/src/my_first_couchdb_plugin.app.src \
+ my-first-couchdb-plugin/src/my_first_couchdb_plugin.erl \
+ my-first-couchdb-plugin/test/my_first_couchdb_plugin_tests.erl