From 038d226f2e6cc132de151cc295ea2e4b8805659a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Eckl?= Date: Mon, 28 May 2018 09:15:32 +0200 Subject: src: Add support for native socket matching 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 578b7d3..cd06372 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,6 +54,7 @@ libnftnl_la_SOURCES = utils.c \ expr/masq.c \ expr/redir.c \ expr/hash.c \ + expr/socket.c \ obj/counter.c \ obj/ct_helper.c \ obj/quota.c \ -- cgit v1.2.3