]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
netfilter: add missing xt_connlabel.h header in installation
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 21 Jan 2013 12:02:19 +0000 (13:02 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 21 Jan 2013 12:46:49 +0000 (13:46 +0100)
In (c539f01 netfilter: add connlabel conntrack extension), it
was missing the change to the Kbuild file to install the header
in the system.

Reported-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/uapi/linux/netfilter/Kbuild

index 8b4bd36a7a8467a1eb3af9c746e2d6e6c9edba5f..41115776d76f74996a0815e044533fc5e5ee8f78 100644 (file)
@@ -39,6 +39,7 @@ header-y += xt_bpf.h
 header-y += xt_cluster.h
 header-y += xt_comment.h
 header-y += xt_connbytes.h
+header-y += xt_connlabel.h
 header-y += xt_connlimit.h
 header-y += xt_connmark.h
 header-y += xt_conntrack.h