aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 11:23:06 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-18 11:25:02 +0100
commit0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2 (patch)
tree5268d645ad306a970f2a6c4fb1497c8334c13cd3 /include/linux/netfilter/Kbuild
parentnetfilter: xtables: use __uXX guarded types for userspace exports (diff)
downloadlinux-dev-0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2.tar.xz
linux-dev-0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2.zip
netfilter: xtables: add missing header files to export list
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-rw-r--r--include/linux/netfilter/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index 9f11fbc377e2..fc4e0aa805a2 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -56,6 +56,8 @@ header-y += xt_rateest.h
header-y += xt_realm.h
header-y += xt_recent.h
header-y += xt_sctp.h
+header-y += xt_secmark.h
+header-y += xt_socket.h
header-y += xt_state.h
header-y += xt_statistic.h
header-y += xt_string.h