Repository: qpid-proton Updated Branches: refs/heads/master c0abbe528 -> 92560fa6c
added log.c to javascript build Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/92560fa6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/92560fa6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/92560fa6 Branch: refs/heads/master Commit: 92560fa6c60f84790aeaab5bda7b1209fa0b1257 Parents: c0abbe5 Author: Rafael Schloming <[email protected]> Authored: Fri Dec 12 16:37:53 2014 -0500 Committer: Rafael Schloming <[email protected]> Committed: Fri Dec 12 16:37:53 2014 -0500 ---------------------------------------------------------------------- proton-c/bindings/javascript/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/92560fa6/proton-c/bindings/javascript/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/bindings/javascript/CMakeLists.txt b/proton-c/bindings/javascript/CMakeLists.txt index f2538cf..c5b1d60 100644 --- a/proton-c/bindings/javascript/CMakeLists.txt +++ b/proton-c/bindings/javascript/CMakeLists.txt @@ -125,6 +125,7 @@ set(qpid-proton-core ${PN_PATH}/src/object/iterator.c ${PN_PATH}/src/object/record.c + ${PN_PATH}/src/log.c ${PN_PATH}/src/util.c ${PN_PATH}/src/url.c ${PN_PATH}/src/error.c --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
