diff options
author | Patrick McHardy <kaber@trash.net> | 2011-01-18 16:20:53 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-01-18 16:20:53 +0100 |
commit | a8fc0d9b3401cb5e42a437293db383998290157d (patch) | |
tree | 10f8af504eba587c22c380ec0b5ab538dc314a50 /include/linux/netfilter | |
parent | 94b27cc36123069966616670c3653cd6873babe9 (diff) | |
parent | 0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2 (diff) | |
download | linux-stable-a8fc0d9b3401cb5e42a437293db383998290157d.tar.gz linux-stable-a8fc0d9b3401cb5e42a437293db383998290157d.tar.bz2 linux-stable-a8fc0d9b3401cb5e42a437293db383998290157d.zip |
Merge branch 'master' of git://dev.medozas.de/linux
Diffstat (limited to 'include/linux/netfilter')
-rw-r--r-- | include/linux/netfilter/Kbuild | 2 |
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 |