You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/07 18:20:18 UTC

[12/47] git commit: updated refs/heads/master to 659699d

set up my-first-couchdb-plugin with EXTRA_DIST


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cb1191e3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/cb1191e3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/cb1191e3

Branch: refs/heads/master
Commit: cb1191e36712d90145738e8b21e707041b422078
Parents: 752be9a
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 4 14:50:25 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 4 14:57:01 2013 +0200

----------------------------------------------------------------------
 src/Makefile.am | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/cb1191e3/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index c500e11..d306cd5 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