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

git commit: Added stringifier.hpp to stout/Makefile.am.

Updated Branches:
  refs/heads/master 969e7a49a -> e1e933d08


Added stringifier.hpp to stout/Makefile.am.

Review request #15285 breaks 'make distcheck' due to missing entry in
3rdparty/libprocess/3rdparty/stout/Makefile.am for the new stringifier
header. This patch adds the missing entry.

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


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

Branch: refs/heads/master
Commit: e1e933d083ea3be887e3a0c37be9c463eab8e685
Parents: 969e7a4
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Tue Dec 10 21:01:40 2013 +0000
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Tue Dec 10 21:01:40 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e1e933d0/3rdparty/libprocess/3rdparty/stout/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/Makefile.am b/3rdparty/libprocess/3rdparty/stout/Makefile.am
index e46e763..3e22851 100644
--- a/3rdparty/libprocess/3rdparty/stout/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/Makefile.am
@@ -17,6 +17,7 @@ EXTRA_DIST =					\
   include/stout/flags/flags.hpp			\
   include/stout/flags/loader.hpp		\
   include/stout/flags/parse.hpp			\
+  include/stout/flags/stringifier.hpp		\
   include/stout/foreach.hpp			\
   include/stout/format.hpp			\
   include/stout/fs.hpp				\