You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/01/04 22:53:35 UTC

[2/2] mesos git commit: Updated CMake build for authentication changes.

Updated CMake build for authentication changes.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/55039682
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/55039682
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/55039682

Branch: refs/heads/master
Commit: 550396823d4754d6e6b0dbd9284d76cfd7be19ac
Parents: cc1e6e4
Author: Benjamin Mahler <be...@gmail.com>
Authored: Mon Jan 4 13:52:36 2016 -0800
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Mon Jan 4 13:52:36 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/55039682/3rdparty/libprocess/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/CMakeLists.txt b/3rdparty/libprocess/src/CMakeLists.txt
index 7be3001..12dfaf6 100644
--- a/3rdparty/libprocess/src/CMakeLists.txt
+++ b/3rdparty/libprocess/src/CMakeLists.txt
@@ -18,8 +18,8 @@
 #######################################
 set(PROCESS_SRC
   ${PROCESS_SRC}
-  authentication_router.cpp
-  authentication_router.hpp
+  authenticator_manager.cpp
+  authenticator_manager.hpp
   authenticator.cpp
   clock.cpp
   config.hpp