From 5573d0146c1ae71ac5b3e4ba6a12c00585646a1a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 27 Nov 2016 23:26:56 +0100 Subject: src: support for stateful objects This patch allows you to add, to delete and to get stateful objects, this support two object types: counter and quota. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/Makefile.am') diff --git a/include/libnftnl/Makefile.am b/include/libnftnl/Makefile.am index 457ec95..6dc7b2b 100644 --- a/include/libnftnl/Makefile.am +++ b/include/libnftnl/Makefile.am @@ -2,6 +2,7 @@ pkginclude_HEADERS = batch.h \ table.h \ trace.h \ chain.h \ + object.h \ rule.h \ expr.h \ set.h \ -- cgit v1.2.3