diff options
author | Florian Westphal <fw@strlen.de> | 2018-09-05 11:16:41 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-09-21 11:59:50 +0200 |
commit | f4621a6f870644af934869d52bf24137c76910db (patch) | |
tree | 632baa852bd93dd2f96e7dc8dbe6af9ac2a49364 /src/Makefile.am | |
parent | 43146d504c34003fe94389b0717c9f79c6de792d (diff) |
expr: add xfrm support
Joint work with Máté Eckl.
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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b5ec079..05dbeaa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,7 @@ libnftnl_la_SOURCES = utils.c \ expr/hash.c \ expr/socket.c \ expr/osf.c \ + expr/xfrm.c \ obj/counter.c \ obj/ct_helper.c \ obj/quota.c \ |