Repository: mesos
Updated Branches:
  refs/heads/1.5.x 79d189260 -> c8f53a7da


Fixed CI build failure for `volume_profile.pb.h`.

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


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

Branch: refs/heads/1.5.x
Commit: c8f53a7da974345fb6ecb927fcca087152dc2e59
Parents: 79d1892
Author: Chun-Hung Hsiao <[email protected]>
Authored: Tue Jan 2 13:20:22 2018 -0800
Committer: Jie Yu <[email protected]>
Committed: Tue Jan 2 13:21:07 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c8f53a7d/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index b83cdda..484ee46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2350,8 +2350,9 @@ 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.pb.h                        \
   resource_provider/storage/volume_profile_utils.hpp
+nodist_liburi_volume_profile_la_SOURCES =                      \
+  resource_provider/storage/volume_profile.pb.h
 liburi_volume_profile_la_CPPFLAGS = $(MESOS_CPPFLAGS)
 liburi_volume_profile_la_LDFLAGS = $(MESOS_MODULE_LDFLAGS)
 endif

Reply via email to