You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/02/04 00:03:06 UTC

couchdb commit: updated refs/heads/1843-feature-bigcouch to 2f254d9

Updated Branches:
  refs/heads/1843-feature-bigcouch a8233837e -> 2f254d944


Do you even build


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

Branch: refs/heads/1843-feature-bigcouch
Commit: 2f254d944e43fb991c35cc774767e0c1e9fb5cbb
Parents: a823383
Author: Robert Newson <rn...@apache.org>
Authored: Mon Feb 3 23:02:52 2014 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Feb 3 23:02:52 2014 +0000

----------------------------------------------------------------------
 src/couch/rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2f254d94/src/couch/rebar.config.script
----------------------------------------------------------------------
diff --git a/src/couch/rebar.config.script b/src/couch/rebar.config.script
index bbc8400..a4f72ec 100644
--- a/src/couch/rebar.config.script
+++ b/src/couch/rebar.config.script
@@ -59,7 +59,7 @@ PortEnv = [
 
 
 BaseSpecs = [
-    {CouchJSPath, ["priv/couch_js/*.c"]},
+    {CouchJSPath, ["priv/couch_js/{help,http,main,utf8,util}.c"]},
     {"priv/couch_icu_driver.so", ["priv/icu_driver/*.c"]},
     {"priv/couch_ejson_compare.so", ["priv/couch_ejson_compare/*.c"]}
 ],