Repository: mesos Updated Branches: refs/heads/master d018eb712 -> 57c0d02ba
Libprocess: Added missing libevent_ssl_socket.hpp to Makefile. Review: https://reviews.apache.org/r/36999 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/41aca56a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/41aca56a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/41aca56a Branch: refs/heads/master Commit: 41aca56a060e96f45605701f8fa79f90ec21a9a8 Parents: d018eb7 Author: Joris Van Remoortere <[email protected]> Authored: Fri Jul 31 15:03:33 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Fri Jul 31 15:04:15 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/41aca56a/3rdparty/libprocess/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/Makefile.am b/3rdparty/libprocess/Makefile.am index e9c42d7..44da603 100644 --- a/3rdparty/libprocess/Makefile.am +++ b/3rdparty/libprocess/Makefile.am @@ -79,6 +79,7 @@ endif if ENABLE_SSL libprocess_la_SOURCES += \ src/libevent_ssl_socket.cpp \ + src/libevent_ssl_socket.hpp \ src/openssl.cpp \ src/openssl.hpp \ src/openssl_util.cpp \
