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 2017/03/13 16:35:53 UTC

mesos git commit: Added a missing header to fix 'make distcheck'.

Repository: mesos
Updated Branches:
  refs/heads/master f37c51dfb -> a52dfcb82


Added a missing header to fix 'make distcheck'.

process/jwt.hpp was missing.

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


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

Branch: refs/heads/master
Commit: a52dfcb82f488ae8dabb065d55b2103e6a546153
Parents: f37c51d
Author: Jan Schlicht <ja...@mesosphere.io>
Authored: Mon Mar 13 17:35:17 2017 +0100
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Mar 13 17:35:17 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a52dfcb8/3rdparty/libprocess/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/Makefile.am b/3rdparty/libprocess/include/Makefile.am
index ce3106a..6322815 100644
--- a/3rdparty/libprocess/include/Makefile.am
+++ b/3rdparty/libprocess/include/Makefile.am
@@ -35,6 +35,7 @@ nobase_include_HEADERS =		\
   process/http.hpp			\
   process/id.hpp			\
   process/io.hpp			\
+  process/jwt.hpp			\
   process/latch.hpp			\
   process/limiter.hpp			\
   process/logging.hpp			\