* [PATCH nftables] build: get `make distcheck` to pass again
@ 2021-07-04 6:33 Duncan Roe
2021-07-05 8:49 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Duncan Roe @ 2021-07-04 6:33 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
Commit 4694f7230195 introduced nfnetlink_hook.h but didn't update the
automake system to take account of the new file.
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
---
include/linux/netfilter/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
index 04c9ab80..22f66a7e 100644
--- a/include/linux/netfilter/Makefile.am
+++ b/include/linux/netfilter/Makefile.am
@@ -6,4 +6,5 @@ noinst_HEADERS = nf_conntrack_common.h \
nf_tables_compat.h \
nf_synproxy.h \
nfnetlink_osf.h \
+ nfnetlink_hook.h \
nfnetlink.h
--
2.17.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-05 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04 6:33 [PATCH nftables] build: get `make distcheck` to pass again Duncan Roe
2021-07-05 8:49 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).