You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/02/04 20:46:59 UTC

[2/2] mesos git commit: Fixed the stout Makefile.am.

Fixed the stout Makefile.am.


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

Branch: refs/heads/master
Commit: c133962c7110fb4b6569da4236afe24f12e383b0
Parents: 66bb572
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Feb 4 11:46:44 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Feb 4 11:46:44 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c133962c/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
index 7b38abf..03eff5a 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -33,7 +33,6 @@ nobase_include_HEADERS =		\
   stout/foreach.hpp			\
   stout/format.hpp			\
   stout/fs.hpp				\
-  stout/freebsd.hpp			\
   stout/gtest.hpp			\
   stout/gzip.hpp			\
   stout/hashmap.hpp			\
@@ -68,6 +67,7 @@ nobase_include_HEADERS =		\
   stout/os/fcntl.hpp			\
   stout/os/find.hpp			\
   stout/os/fork.hpp			\
+  stout/os/freebsd.hpp			\
   stout/os/ftruncate.hpp		\
   stout/os/getcwd.hpp			\
   stout/os/killtree.hpp			\