summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-06-08 13:16:07 +0200
committerFlorian Westphal <fw@strlen.de>2018-06-08 13:17:50 +0200
commitba6711f37e4c776e812e53c9a0d385a80ce2f15a (patch)
tree2eadb736d2c0ea02048be015fee363ccbadb0016 /include/Makefile.am
parent20012ca50a7863ca738ab666ec93941bbe10f1c8 (diff)
build: missing headers file in Makefile.am
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \