You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2014/10/01 21:59:23 UTC

git commit: Included a missing header file in src/Makefile.am.

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 <yu...@gmail.com>
Authored: Wed Oct 1 12:57:30 2014 -0700
Committer: Jie Yu <yu...@gmail.com>
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					\