From: Pablo Neira Ayuso Date: Wed, 20 Mar 2019 10:33:49 +0000 (+0100) Subject: build: missing misspell.h in Makefile.am X-Git-Tag: v0.9.1~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8081e6183b219b2b3d1eccea07fc2e870105f08;p=thirdparty%2Fnftables.git build: missing misspell.h in Makefile.am Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/Makefile.am b/include/Makefile.am index c103f485..b1f4fcf2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -22,6 +22,7 @@ noinst_HEADERS = cli.h \ headers.h \ list.h \ meta.h \ + misspell.h \ numgen.h \ netlink.h \ osf.h \