aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2007-08-04 21:18:16 -0700
committerDavid S. Miller <davem@davemloft.net>2007-08-04 21:18:16 -0700
commitbe1b685fe6c9928848b26b568eaa86ba8ce0046c (patch)
tree11bc600f5f5bb2c0886b93d03eb4fde38e23d482 /include/linux/netfilter/Kbuild
parent[BNX2]: Fix suspend/resume problem. (diff)
downloadlinux-dev-be1b685fe6c9928848b26b568eaa86ba8ce0046c.tar.xz
linux-dev-be1b685fe6c9928848b26b568eaa86ba8ce0046c.zip
[NETFILTER]: Add xt_statistic.h to the header list for usermode programs
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>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-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