You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2015/06/25 19:46:42 UTC

qpid-proton git commit: PROTON-334: include pni_init_server and pni_init_client function as in javascript binding

Repository: qpid-proton
Updated Branches:
  refs/heads/master f965610ab -> a2a4026c0


PROTON-334: include pni_init_server and pni_init_client function as in javascript binding


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

Branch: refs/heads/master
Commit: a2a4026c06e9223ec216c0615088d9e8f4be5e08
Parents: f965610
Author: Gordon Sim <gs...@redhat.com>
Authored: Thu Jun 25 18:48:35 2015 +0100
Committer: Gordon Sim <gs...@redhat.com>
Committed: Thu Jun 25 18:48:44 2015 +0100

----------------------------------------------------------------------
 proton-c/bindings/javascript/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2a4026c/proton-c/bindings/javascript/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/javascript/CMakeLists.txt b/proton-c/bindings/javascript/CMakeLists.txt
index 5a87baf..ea06e07 100644
--- a/proton-c/bindings/javascript/CMakeLists.txt
+++ b/proton-c/bindings/javascript/CMakeLists.txt
@@ -147,6 +147,7 @@ set(qpid-proton-core
   ${PN_PATH}/src/transport/transport.c
   ${PN_PATH}/src/message/message.c
   ${PN_PATH}/src/sasl/sasl.c
+  ${PN_PATH}/src/sasl/none_sasl.c
 
   ${PN_PATH}/src/messenger/messenger.c
   ${PN_PATH}/src/messenger/subscription.c


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org