You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by id...@apache.org on 2014/05/21 05:35:24 UTC

git commit: Correct include of stout/os/execenv.hpp in stout distribution

Repository: mesos
Updated Branches:
  refs/heads/master f51f33dc2 -> 6e0eb768c


Correct include of stout/os/execenv.hpp in stout distribution


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

Branch: refs/heads/master
Commit: 6e0eb768c94df081f9506e0f61235d13d5ca7348
Parents: f51f33d
Author: Ian Downes <id...@twitter.com>
Authored: Tue May 20 20:35:10 2014 -0700
Committer: Ian Downes <id...@twitter.com>
Committed: Tue May 20 20:35:10 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6e0eb768/3rdparty/libprocess/3rdparty/stout/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/Makefile.am b/3rdparty/libprocess/3rdparty/stout/Makefile.am
index ea3049f..81eaaa9 100644
--- a/3rdparty/libprocess/3rdparty/stout/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/Makefile.am
@@ -13,7 +13,6 @@ EXTRA_DIST =					\
   include/stout/duration.hpp			\
   include/stout/dynamiclibrary.hpp		\
   include/stout/error.hpp			\
-  include/stout/execenv.hpp			\
   include/stout/exit.hpp			\
   include/stout/fatal.hpp			\
   include/stout/flags.hpp			\
@@ -43,6 +42,7 @@ EXTRA_DIST =					\
   include/stout/numify.hpp			\
   include/stout/option.hpp			\
   include/stout/os.hpp				\
+  include/stout/os/execenv.hpp			\
   include/stout/os/exists.hpp			\
   include/stout/os/fork.hpp			\
   include/stout/os/killtree.hpp			\