Repository: mesos Updated Branches: refs/heads/master d785a1c54 -> 5f7aa4d4d
Included a missing header file in src/Makefile.am. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5f7aa4d4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5f7aa4d4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5f7aa4d4 Branch: refs/heads/master Commit: 5f7aa4d4d9038884c63860e81207323d15edaa8a Parents: d785a1c Author: Jie Yu <[email protected]> Authored: Wed Oct 1 12:57:30 2014 -0700 Committer: Jie Yu <[email protected]> Committed: Wed Oct 1 12:57:30 2014 -0700 ---------------------------------------------------------------------- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5f7aa4d4/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 27c42df..e588fd0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -364,6 +364,7 @@ if WITH_NETWORK_ISOLATOR linux/routing/filter/action.hpp \ linux/routing/filter/arp.hpp \ linux/routing/filter/filter.hpp \ + linux/routing/filter/handle.hpp \ linux/routing/filter/icmp.hpp \ linux/routing/filter/internal.hpp \ linux/routing/filter/ip.hpp \
