Repository: mesos Updated Branches: refs/heads/master d02d66043 -> d35170a91
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/d35170a9 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d35170a9 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d35170a9 Branch: refs/heads/master Commit: d35170a9185c5a31b10d1ebd18d8799a7ff6fe41 Parents: d02d660 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:20:22 2018 -0800 ---------------------------------------------------------------------- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d35170a9/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
