From caa1cf2960db0d0a01e707f5a82a05d0718ff498 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Tue, 6 May 2014 13:28:33 +0200 Subject: nft-sync: complete --fetch operation This patch complete the --fetch operation in the server side. By now, the format of the ruleset is XML. In further patches we can include additional config options to let the admin choose one of XML/JSON. Signed-off-by: Arturo Borrero Gonzalez Acked-by: Pablo Neira Ayuso --- include/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 7cc5338..d08c761 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,9 +1,12 @@ +SUBDIRS = linux noinst_HEADERS = config.h \ fd.h \ init.h \ logging.h \ msg_buff.h \ proto.h \ + mnl.h \ + utils.h \ tcp.h \ timer.h -- cgit v1.2.3