From: Florian Westphal Date: Fri, 8 Jun 2018 11:16:07 +0000 (+0200) Subject: build: missing headers file in Makefile.am X-Git-Tag: v0.9.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba6711f37e4c776e812e53c9a0d385a80ce2f15a;p=thirdparty%2Fnftables.git build: missing headers file in Makefile.am Signed-off-by: Florian Westphal --- diff --git a/include/Makefile.am b/include/Makefile.am index a74ffbfa..6f5a2d1e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,6 +6,7 @@ noinst_HEADERS = cli.h \ expression.h \ fib.h \ hash.h \ + json.h \ mini-gmp.h \ gmputil.h \ iface.h \ @@ -25,6 +26,7 @@ noinst_HEADERS = cli.h \ netlink.h \ parser.h \ proto.h \ + socket.h \ rule.h \ rt.h \ utils.h \