From 1d7a0406779dc659a641d585867808448fff8098 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sun, 4 Jul 2021 16:33:57 +1000 Subject: build: get `make distcheck` to pass again 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 Signed-off-by: Pablo Neira Ayuso --- include/linux/netfilter/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 -- cgit v1.2.3