You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/01/18 15:34:45 UTC

qpid-proton git commit: NO-JIRA: go: added cmake dependency to ensure libqpid-proton is built before go binding.

Repository: qpid-proton
Updated Branches:
  refs/heads/master 5f52012f5 -> ba108cf30


NO-JIRA: go: added cmake dependency to ensure libqpid-proton is built before go 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/ba108cf3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ba108cf3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ba108cf3

Branch: refs/heads/master
Commit: ba108cf306c33e6b7468831cfd1f72d516c44379
Parents: 5f52012
Author: Alan Conway <ac...@redhat.com>
Authored: Mon Jan 18 09:34:27 2016 -0500
Committer: Alan Conway <ac...@redhat.com>
Committed: Mon Jan 18 09:34:27 2016 -0500

----------------------------------------------------------------------
 proton-c/bindings/go/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ba108cf3/proton-c/bindings/go/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/CMakeLists.txt b/proton-c/bindings/go/CMakeLists.txt
index fbee9be..01a35f4 100644
--- a/proton-c/bindings/go/CMakeLists.txt
+++ b/proton-c/bindings/go/CMakeLists.txt
@@ -57,7 +57,8 @@ set(GO_TEST ${GO} test ${GO_BUILD_FLAGS} ${GO_RPATH_FLAGS} ${GO_TEST_FLAGS} CACH
 # done.
 add_custom_target(go-build ALL
   COMMAND ${GO_INSTALL} qpid.apache.org/...
-  WORKING_DIRECTORY $ENV{PWD})  # get error filenames relative to the directory you ran 'make' in
+  DEPENDS qpid-proton
+  WORKING_DIRECTORY $ENV{PWD})
 
 add_test(
   NAME go-test COMMAND ${GO_TEST} qpid.apache.org/...


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