You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/04/01 19:28:18 UTC

git commit: Fixed make distcheck to include repairer.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master ffc96ef9b -> f4ca4d35a


Fixed make distcheck to include repairer.hpp.

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


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

Branch: refs/heads/master
Commit: f4ca4d35aff5ad60678c21e5b16c29094638dd0c
Parents: ffc96ef
Author: Chengwei Yang <ch...@gmail.com>
Authored: Tue Apr 1 10:27:51 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Tue Apr 1 10:28:16 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f4ca4d35/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 47d03b3..95f133d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -236,6 +236,7 @@ libmesos_no_3rdparty_la_SOURCES += common/attributes.hpp		\
 	master/contender.hpp						\
 	master/constants.hpp						\
 	master/detector.hpp						\
+	master/repairer.hpp						\
 	master/drf_sorter.hpp master/flags.hpp				\
 	master/hierarchical_allocator_process.hpp			\
 	master/registrar.hpp						\