diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-02-22 13:46:55 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-02-25 13:40:33 +0100 |
commit | 261a3e61bab009982239de3c550299c50a60d902 (patch) | |
tree | bf3eb26644dac161d72fc7dc7d5588bc184d90bb /include/Makefile.am | |
parent | b14572f72aac80ed06d3fac0259896ecabb51fd1 (diff) |
include: add tcpopt.h to Makefile.am
Add this new header filer otherwise make distcheck breaks.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 7e6c5fe8..5dd73d81 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,6 +12,7 @@ noinst_HEADERS = cli.h \ nftables.h \ payload.h \ rbtree.h \ + tcpopt.h \ statement.h \ ct.h \ erec.h \ |