You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/04/11 22:10:19 UTC

mesos git commit: Fixed stout build by correctly including .

Repository: mesos
Updated Branches:
  refs/heads/master a1400f79e -> 7761066f6


Fixed stout build by correctly including <stout/tests/environment.hpp>.


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

Branch: refs/heads/master
Commit: 7761066f6c58b58866c9433db858ef9c18c4670f
Parents: a1400f7
Author: Michael Park <mp...@apache.org>
Authored: Tue Apr 11 15:07:21 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Tue Apr 11 15:07:34 2017 -0700

----------------------------------------------------------------------
 3rdparty/stout/include/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7761066f/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/Makefile.am b/3rdparty/stout/include/Makefile.am
index e3f4b41..04273ee 100644
--- a/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/stout/include/Makefile.am
@@ -24,7 +24,6 @@ nobase_include_HEADERS =			\
   stout/duration.hpp				\
   stout/dynamiclibrary.hpp			\
   stout/elf.hpp					\
-  stout/environment.hpp				\
   stout/error.hpp				\
   stout/errorbase.hpp				\
   stout/exit.hpp				\
@@ -197,6 +196,7 @@ nobase_include_HEADERS =			\
   stout/synchronized.hpp			\
   stout/thread_local.hpp			\
   stout/try.hpp					\
+  stout/tests/environment.hpp				\
   stout/tests/utils.hpp				\
   stout/unimplemented.hpp			\
   stout/unreachable.hpp				\