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 12:40:05 UTC

qpid-proton git commit: PROTON-490: ensure new _compat.py is installed when using cmakes make install

Repository: qpid-proton
Updated Branches:
  refs/heads/master 6e7e04d2e -> f2987949b


PROTON-490: ensure new _compat.py is installed when using cmakes make install


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

Branch: refs/heads/master
Commit: f2987949bbf409caf27996d7a8cb6242d7928bb0
Parents: 6e7e04d
Author: Gordon Sim <gs...@redhat.com>
Authored: Thu Jun 25 11:17:17 2015 +0100
Committer: Gordon Sim <gs...@redhat.com>
Committed: Thu Jun 25 11:17:17 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f2987949/proton-c/bindings/python/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt
index 26fa171..83b393f 100644
--- a/proton-c/bindings/python/CMakeLists.txt
+++ b/proton-c/bindings/python/CMakeLists.txt
@@ -60,6 +60,7 @@ set (pysrc
     proton/reactor.py
     proton/utils.py
     proton/wrapper.py
+    proton/_compat.py
     )
 
 macro (py_compile directory files artifacts)


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