[2.6.20.21 review 06/35] Netfilter: Missing Kbuild entry for netfilter

From: Willy Tarreau
Date: Sat Oct 13 2007 - 10:42:48 EST


Author: Chuck Ebbert <cebbert@xxxxxxxxxx>

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@xxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
include/linux/netfilter/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Index: 2.6/include/linux/netfilter/Kbuild
===================================================================
--- 2.6.orig/include/linux/netfilter/Kbuild
+++ 2.6/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

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/