aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-02-01 18:52:42 +0100
committerPatrick McHardy <kaber@trash.net>2011-02-01 18:52:42 +0100
commite3e241b2769b27669d05f0a05083acd21b4faa2c (patch)
treee0bd02af573dd52c46051f3cd28a378a25cb9d7b /include/linux/netfilter/Kbuild
parentIPVS: Remove ip_vs_sync_cleanup from section __exit (diff)
downloadlinux-dev-e3e241b2769b27669d05f0a05083acd21b4faa2c.tar.xz
linux-dev-e3e241b2769b27669d05f0a05083acd21b4faa2c.zip
netfilter: ipset: install ipset related header files
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-rw-r--r--include/linux/netfilter/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index 89c0d1e20d72..ba19544cce94 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -1,3 +1,5 @@
+header-y += ipset/
+
header-y += nf_conntrack_common.h
header-y += nf_conntrack_ftp.h
header-y += nf_conntrack_sctp.h
@@ -55,6 +57,7 @@ header-y += xt_quota.h
header-y += xt_rateest.h
header-y += xt_realm.h
header-y += xt_recent.h
+header-y += xt_set.h
header-y += xt_sctp.h
header-y += xt_socket.h
header-y += xt_state.h