From ba6711f37e4c776e812e53c9a0d385a80ce2f15a Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 8 Jun 2018 13:16:07 +0200 Subject: build: missing headers file in Makefile.am Signed-off-by: Florian Westphal --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 \ -- cgit v1.2.3