Build couch_ejson_compare
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/a100a825 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/a100a825 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/a100a825 Branch: refs/heads/import Commit: a100a825da722e9b40d202e09d61f67136565138 Parents: a64fe65 Author: Robert Newson <rnew...@apache.org> Authored: Mon Feb 3 13:51:36 2014 +0000 Committer: Paul J. Davis <paul.joseph.da...@gmail.com> Committed: Tue Feb 4 17:03:53 2014 -0600 ---------------------------------------------------------------------- rebar.config.script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/a100a825/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 43c9a61..238f897 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -57,8 +57,9 @@ CouchJSSpec = [{filename:join(["priv", CouchJSName]), ["priv/couch_js/{help,http,main,utf8,util}.c"]}], SpawnSpec = [{"priv/couchspawnkillable", ["priv/spawnkillable/*.c"]}], IcuSpec = [{"priv/couch_icu_driver.so", ["priv/icu_driver/*.c"]}], +CompareSpec = [{"priv/couch_ejson_compare.so", ["priv/couch_ejson_compare/*.c"]}], -BaseSpecs = CouchJSSpec ++ IcuSpec, +BaseSpecs = CouchJSSpec ++ IcuSpec ++ CompareSpec, PortSpecs = case os:type() of {win32, _} ->