You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/08/23 20:24:44 UTC

mesos git commit: Fixed distcheck build.

Repository: mesos
Updated Branches:
  refs/heads/master 5b3f34e3c -> 3a88c8509


Fixed distcheck build.

`include/mesos/slave/containerizer.hpp` was removed from the makefile
in: https://reviews.apache.org/r/51263/

Review: https://reviews.apache.org/r/51347/


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

Branch: refs/heads/master
Commit: 3a88c8509378583cf7d6542b1fec1f9d7de3dd19
Parents: 5b3f34e
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Tue Aug 23 13:24:04 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Tue Aug 23 13:24:04 2016 -0700

----------------------------------------------------------------------
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3a88c850/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 8dc4175..69e5655 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -602,6 +602,7 @@ agent_HEADERS =								\
   $(top_srcdir)/include/mesos/agent/agent.hpp				\
   $(top_srcdir)/include/mesos/agent/agent.proto				\
   $(top_srcdir)/include/mesos/slave/container_logger.hpp		\
+  $(top_srcdir)/include/mesos/slave/containerizer.hpp			\
   $(top_srcdir)/include/mesos/slave/isolator.hpp			\
   $(top_srcdir)/include/mesos/slave/oversubscription.hpp		\
   $(top_srcdir)/include/mesos/slave/oversubscription.proto		\