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/PROTON-1488 Commit: 8d862beabd32bd22d4b315ff3a35bd937aa4b2a1 Parents: 4edd7fe Author: Andrew Stitcher <[email protected]> Authored: Fri May 26 16:16:18 2017 -0400 Committer: Andrew Stitcher <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
