You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/01/31 17:27:31 UTC

mesos git commit: Added `examples/flags.hpp` to `src/Makefile.am`.

Repository: mesos
Updated Branches:
  refs/heads/master 4dda8dfc1 -> d8eda6315


Added `examples/flags.hpp` to `src/Makefile.am`.

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


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

Branch: refs/heads/master
Commit: d8eda63153bf8a998e1f2f97db99d9a004707250
Parents: 4dda8df
Author: Michael Park <mp...@apache.org>
Authored: Wed Jan 31 18:26:50 2018 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Wed Jan 31 18:26:50 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d8eda631/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 1553386..e444b89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1128,6 +1128,7 @@ libmesos_no_3rdparty_la_SOURCES +=					\
   credentials/credentials.hpp						\
   docker/docker.hpp							\
   docker/executor.hpp							\
+  examples/flags.hpp							\
   examples/test_anonymous_module.hpp					\
   examples/test_module.hpp						\
   examples/utils.hpp							\