Blame SOURCES/0060-include-missing-sctp_chunk.h-in-Makefile.am.patch

4e0227
From 7ba8ea2cf06230e647b096f40d3006abec45f801 Mon Sep 17 00:00:00 2001
4e0227
From: Phil Sutter <psutter@redhat.com>
4e0227
Date: Mon, 12 Jul 2021 16:33:20 +0200
4e0227
Subject: [PATCH] include: missing sctp_chunk.h in Makefile.am
4e0227
4e0227
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1979334
4e0227
Upstream Status: nftables commit 117ceb4f52711
4e0227
4e0227
commit 117ceb4f527119a6d44bf5e23f2ff7a8d116658a
4e0227
Author: Pablo Neira Ayuso <pablo@netfilter.org>
4e0227
Date:   Tue May 25 14:04:36 2021 +0200
4e0227
4e0227
    include: missing sctp_chunk.h in Makefile.am
4e0227
4e0227
    Fix make distcheck.
4e0227
4e0227
    Fixes: 0e3871cfd9a1 ("exthdr: Implement SCTP Chunk matching")
4e0227
    Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
4e0227
---
4e0227
 include/Makefile.am | 1 +
4e0227
 1 file changed, 1 insertion(+)
4e0227
4e0227
diff --git a/include/Makefile.am b/include/Makefile.am
4e0227
index 04a4a61..4ee5124 100644
4e0227
--- a/include/Makefile.am
4e0227
+++ b/include/Makefile.am
4e0227
@@ -30,6 +30,7 @@ noinst_HEADERS = 	cli.h		\
4e0227
 			osf.h		\
4e0227
 			parser.h	\
4e0227
 			proto.h		\
4e0227
+			sctp_chunk.h	\
4e0227
 			socket.h	\
4e0227
 			rule.h		\
4e0227
 			rt.h		\
4e0227
-- 
4e0227
2.31.1
4e0227