summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-02-19 22:49:51 +0100
committerFlorian Westphal <fw@strlen.de>2017-03-16 10:08:59 +0100
commit4b89c0cb0883f638ff1abbc2ff47c43cdc26aac5 (patch)
tree7f17cc130bd6c4d8a47861869a0286b00e4d4410 /src/Makefile.am
parent5d24b4686f7b3e3f3858afbc986d0d14c0ab044c (diff)
src: ct helper support
add support for ct helper objects, these are used to assign helpers to connections, similar to iptables -j CT --set-helper target. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 485a8c4..77b67b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,5 +53,6 @@ libnftnl_la_SOURCES = utils.c \
expr/redir.c \
expr/hash.c \
obj/counter.c \
+ obj/ct_helper.c \
obj/quota.c \
libnftnl.map