All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH nftables] build: get `make distcheck` to pass again
  2021-07-04  6:33 [PATCH nftables] build: get `make distcheck` to pass again Duncan Roe
@ 2021-07-05  8:49 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2021-07-05  8:49 UTC (permalink / raw)
  To: Duncan Roe; +Cc: netfilter-devel

On Sun, Jul 04, 2021 at 04:33:57PM +1000, Duncan Roe wrote:
> Commit 4694f7230195 introduced nfnetlink_hook.h but didn't update the
> automake system to take account of the new file.

Applied, thanks.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.