summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2007-08-21 21:05:14 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2007-08-30 23:01:50 -0700
commit8c1bc44eadcf0ef011a29f54a61d979dd84a6bac (patch)
tree580df4cf7fdff26a74fdfa320a9795e46204196e /include
parent14d5c15ac1e080baaa861fbcde342fda3c549bdd (diff)
Netfilter: Missing Kbuild entry for netfilter
Author: Chuck Ebbert <cebbert@redhat.com> Add xt_statistic.h to the list of headers to install. Apparently needed to build newer versions of iptables. Signed-off-by: Chuck Ebbert <cebbert@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index 43397a414cd6..ab57cb7d7c61 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -28,6 +28,7 @@ header-y += xt_policy.h
header-y += xt_realm.h
header-y += xt_sctp.h
header-y += xt_state.h
+header-y += xt_statistic.h
header-y += xt_string.h
header-y += xt_tcpmss.h
header-y += xt_tcpudp.h