You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2017/05/26 20:24:13 UTC

qpid-proton git commit: No-JIRA: really fix tox tests without breaking anything else!

Repository: qpid-proton
Updated Branches:
  refs/heads/master 4edd7fe17 -> 8d862beab


No-JIRA: really fix tox tests without breaking anything else!


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

Branch: refs/heads/master
Commit: 8d862beabd32bd22d4b315ff3a35bd937aa4b2a1
Parents: 4edd7fe
Author: Andrew Stitcher <as...@apache.org>
Authored: Fri May 26 16:16:18 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Fri May 26 16:18:48 2017 -0400

----------------------------------------------------------------------
 proton-c/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8d862bea/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index 1964b44..a38664b 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -375,8 +375,6 @@ set (qpid-proton-core
   src/core/transport.c
   src/core/message.c
   src/core/url-internal.c
-
-  src/core/max_align.h
 )
 
 set (qpid-proton-include-generated
@@ -406,6 +404,7 @@ set (qpid-proton-private-includes
   src/core/dispatcher.h
   src/core/data.h
   src/core/decoder.h
+  src/core/max_align.h
   src/core/url-internal.h
   src/reactor/io/windows/iocp.h
   src/reactor/selector.h


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