You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/12/22 23:45:14 UTC

mesos git commit: Fixed compile error for `make distcheck`.

Repository: mesos
Updated Branches:
  refs/heads/master 608539dbc -> 3a37f6019


Fixed compile error for `make distcheck`.

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


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

Branch: refs/heads/master
Commit: 3a37f6019d22696581424865bd4c279f0be14439
Parents: 608539d
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Authored: Fri Dec 22 15:43:45 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Dec 22 15:43:45 2017 -0800

----------------------------------------------------------------------
 src/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3a37f601/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index e587cff..b83cdda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1187,6 +1187,7 @@ libmesos_no_3rdparty_la_SOURCES +=					\
   sched/flags.hpp							\
   scheduler/constants.hpp						\
   scheduler/flags.hpp							\
+  slave/compatibility.hpp						\
   slave/constants.hpp							\
   slave/container_daemon.hpp						\
   slave/flags.hpp							\
@@ -1538,6 +1539,8 @@ libcsi_la_SOURCES +=							\
   ../include/csi/spec.hpp						\
   csi/client.hpp							\
   csi/paths.hpp								\
+  csi/state.hpp								\
+  csi/state.proto							\
   csi/utils.hpp
 nodist_libcsi_la_SOURCES = $(CXX_CSI_PROTOS)
 libcsi_la_CPPFLAGS = $(MESOS_CPPFLAGS)
@@ -2347,7 +2350,7 @@ pkgmodule_LTLIBRARIES += liburi_volume_profile.la
 liburi_volume_profile_la_SOURCES =				\
   resource_provider/storage/uri_volume_profile.cpp		\
   resource_provider/storage/uri_volume_profile.hpp		\
-  resource_provider/storage/volume_profile.ph.h			\
+  resource_provider/storage/volume_profile.pb.h			\
   resource_provider/storage/volume_profile_utils.hpp
 liburi_volume_profile_la_CPPFLAGS = $(MESOS_CPPFLAGS)
 liburi_volume_profile_la_LDFLAGS = $(MESOS_MODULE_LDFLAGS)