From 989b793a3bf689757b2b8f08a1c264743d75fa0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Neira=20Ayuso?= Date: Mon, 11 Nov 2013 21:09:35 +0100 Subject: src: unify parse and output types Unify parse and output types that are redundant to all existing nftables objects. Thus, all NFT_*_O_[XML|JSON|DEFAULT] are merged into NFT_OUTPUT_[JSON|XML] and NFT_PARSE_[JSON|XML]. Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- include/libnftables/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libnftables/Makefile.am') diff --git a/include/libnftables/Makefile.am b/include/libnftables/Makefile.am index e243f32..a0841d2 100644 --- a/include/libnftables/Makefile.am +++ b/include/libnftables/Makefile.am @@ -3,4 +3,5 @@ pkginclude_HEADERS = table.h \ rule.h \ expr.h \ set.h \ - ruleset.h + ruleset.h \ + common.h -- cgit v1.2.3