From 00c179b4c9f9f9394cc6f79e5f2a68410631fd72 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 3 Aug 2012 17:31:48 +0200 Subject: initial version of libnftables It adds support for table, chain and rule handling. This also includes expression handling for each rule. Signed-off-by: Pablo Neira Ayuso --- include/libnftables/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/libnftables/Makefile.am (limited to 'include/libnftables/Makefile.am') diff --git a/include/libnftables/Makefile.am b/include/libnftables/Makefile.am new file mode 100644 index 0000000..47f837f --- /dev/null +++ b/include/libnftables/Makefile.am @@ -0,0 +1,4 @@ +pkginclude_HEADERS = table.h \ + chain.h \ + rule.h \ + expr.h -- cgit v1.2.3