Repository: mesos Updated Branches: refs/heads/master ea2e57b56 -> ed6aad76a
Added a missing include to the Makefile. This fixes failing `make distcheck`. Review: https://reviews.apache.org/r/40023 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ed6aad76 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ed6aad76 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ed6aad76 Branch: refs/heads/master Commit: ed6aad76a0eac9268bcb3c1863be6e7ca836c178 Parents: ea2e57b Author: Alexander Rukletsov <[email protected]> Authored: Fri Nov 6 16:56:02 2015 +0100 Committer: Till Toenshoff <[email protected]> Committed: Fri Nov 6 16:56:03 2015 +0100 ---------------------------------------------------------------------- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ed6aad76/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index f071538..736f812 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -904,6 +904,7 @@ libmesos_no_3rdparty_la_SOURCES += \ tests/containerizer/memory_test_helper.hpp \ tests/containerizer/rootfs.hpp \ tests/containerizer/setns_test_helper.hpp \ + tests/containerizer/store.hpp \ usage/usage.hpp \ version/version.hpp \ watcher/whitelist_watcher.hpp \
