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 2017/05/24 19:44:37 UTC

[7/7] qpid-proton git commit: NO-JIRA: fix tox tests - missing max_align.h file from source lists

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/master
Commit: 33609f5c80b42fca6d6f42ec326580f84a6f5579
Parents: 16147e9
Author: Alan Conway <ac...@redhat.com>
Authored: Wed May 24 14:48:13 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org