You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/10 21:05:39 UTC

[39/50] couch commit: updated refs/remotes/origin/import to 09c6556

Do you even build


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

Branch: refs/remotes/origin/import
Commit: ad08d25dc9525a2ed454071d060144ab21deb8d4
Parents: dd17921
Author: Robert Newson <rn...@apache.org>
Authored: Mon Feb 3 23:02:52 2014 +0000
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Feb 4 17:03:53 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/ad08d25d/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index bbc8400..a4f72ec 100644
--- a/rebar.config.script
+++ b/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"]}
 ],