NO-JIRA: fix tox tests - missing max_align.h file from source lists
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/33609f5c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/33609f5c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/33609f5c Branch: refs/heads/PROTON-1488 Commit: 33609f5c80b42fca6d6f42ec326580f84a6f5579 Parents: 16147e9 Author: Alan Conway <[email protected]> Authored: Wed May 24 14:48:13 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Wed May 24 15:37:15 2017 -0400 ---------------------------------------------------------------------- proton-c/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/33609f5c/proton-c/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt index 33933b8..1964b44 100644 --- a/proton-c/CMakeLists.txt +++ b/proton-c/CMakeLists.txt @@ -375,6 +375,8 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
