]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: add tcpopt.h to Makefile.am
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Feb 2017 12:46:55 +0000 (13:46 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 25 Feb 2017 12:40:33 +0000 (13:40 +0100)
Add this new header filer otherwise make distcheck breaks.

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

index 7e6c5fe8ca29eea56133743915f2d02f33637290..5dd73d81f427ef5c71856920ba63bbf25613a949 100644 (file)
@@ -12,6 +12,7 @@ noinst_HEADERS =      cli.h           \
                        nftables.h      \
                        payload.h       \
                        rbtree.h        \
+                       tcpopt.h        \
                        statement.h     \
                        ct.h            \
                        erec.h          \