You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:36:06 UTC

[25/48] mesos git commit: Added a missing file (`freebsd.hpp`) to stout's Makefile.am.

Added a missing file (`freebsd.hpp`) to stout's Makefile.am.

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


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

Branch: refs/heads/0.27.x
Commit: 2da5d5fba520c825e95f9a514105932c7113a70e
Parents: c154d85
Author: Neil Conway <ne...@gmail.com>
Authored: Thu Feb 4 11:11:59 2016 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Tue Feb 16 18:21:09 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2da5d5fb/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 1c452fb..f3a7b4b 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -33,6 +33,7 @@ nobase_include_HEADERS =		\
   stout/foreach.hpp			\
   stout/format.hpp			\
   stout/fs.hpp				\
+  stout/freebsd.hpp			\
   stout/gtest.hpp			\
   stout/gzip.hpp			\
   stout/hashmap.hpp			\
@@ -40,8 +41,8 @@ nobase_include_HEADERS =		\
   stout/internal/windows/dirent.hpp	\
   stout/internal/windows/grp.hpp	\
   stout/internal/windows/pwd.hpp	\
-  stout/internal/windows/symlink.hpp	\
   stout/internal/windows/reparsepoint.hpp	\
+  stout/internal/windows/symlink.hpp	\
   stout/interval.hpp			\
   stout/ip.hpp				\
   stout/json.hpp			\