Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a454ab9 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: add missing xt_connlabel.h header in installation



In (c539f017 netfilter: add connlabel conntrack extension), it
was missing the change to the Kbuild file to install the header
in the system.

Reported-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent c9f9e0e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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