]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: Missing noinst_HEADERS updates v0.7
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 20 Dec 2016 19:43:21 +0000 (20:43 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 20 Dec 2016 19:43:51 +0000 (20:43 +0100)
From recent updates, otherwise make distcheck breaks.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/Makefile.am
include/linux/netfilter/Makefile.am

index 940f2e54b425766add1cbc611d12ede7d678a192..7e6c5fe8ca29eea56133743915f2d02f33637290 100644 (file)
@@ -3,6 +3,8 @@ SUBDIRS = linux
 noinst_HEADERS =       cli.h           \
                        datatype.h      \
                        expression.h    \
+                       fib.h           \
+                       hash.h          \
                        mini-gmp.h      \
                        gmputil.h       \
                        iface.h         \
@@ -22,4 +24,6 @@ noinst_HEADERS =      cli.h           \
                        parser.h        \
                        proto.h         \
                        rule.h          \
-                       utils.h
+                       rt.h            \
+                       utils.h         \
+                       xt.h
index 54b59b5f2c54368f8e830ef3787169b8a2fdc83e..f6a8aa22914fee5614619de4bc052f55954e37cb 100644 (file)
@@ -1,5 +1,6 @@
 noinst_HEADERS =       nf_conntrack_common.h           \
                        nf_conntrack_tuple_common.h     \
+                       nf_log.h                        \
                        nf_nat.h                        \
                        nf_tables.h                     \
                        nfnetlink.h