]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
build: missing headers file in Makefile.am
authorFlorian Westphal <fw@strlen.de>
Fri, 8 Jun 2018 11:16:07 +0000 (13:16 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 8 Jun 2018 11:17:50 +0000 (13:17 +0200)
Signed-off-by: Florian Westphal <fw@strlen.de>
include/Makefile.am

index a74ffbfa8de0adfe55aedfd6a82b1c607c6b3e07..6f5a2d1ec5a162e9cbfc8d75e4ffde999f02a1c8 100644 (file)
@@ -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         \