From c5a98195523416e4fa21fc649b4c61ef653eec32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Eckl?= Date: Fri, 20 Jul 2018 09:38:24 +0200 Subject: expr: Add tproxy support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Máté Eckl Signed-off-by: Pablo Neira Ayuso --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c66a257..fc03661 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ libnftnl_la_SOURCES = utils.c \ expr/meta.c \ expr/numgen.c \ expr/nat.c \ + expr/tproxy.c \ expr/objref.c \ expr/payload.c \ expr/queue.c \ -- cgit v1.2.3