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

8ea146
From fe19063ce09d40ea94bf57c4af8b6c121aaf89e8 Mon Sep 17 00:00:00 2001
8ea146
From: Pablo Neira Ayuso <pablo@netfilter.org>
8ea146
Date: Tue, 25 May 2021 14:04:36 +0200
8ea146
Subject: [PATCH] include: missing sctp_chunk.h in Makefile.am
8ea146
8ea146
Fix make distcheck.
8ea146
8ea146
Fixes: 0e3871cfd9a1 ("exthdr: Implement SCTP Chunk matching")
8ea146
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8ea146
(cherry picked from commit 117ceb4f527119a6d44bf5e23f2ff7a8d116658a)
8ea146
---
8ea146
 include/Makefile.am | 1 +
8ea146
 1 file changed, 1 insertion(+)
8ea146
8ea146
diff --git a/include/Makefile.am b/include/Makefile.am
8ea146
index 42f24f35ce7a5..4cd907380ebaa 100644
8ea146
--- a/include/Makefile.am
8ea146
+++ b/include/Makefile.am
8ea146
@@ -31,6 +31,7 @@ noinst_HEADERS = 	cli.h		\
8ea146
 			osf.h		\
8ea146
 			parser.h	\
8ea146
 			proto.h		\
8ea146
+			sctp_chunk.h	\
8ea146
 			socket.h	\
8ea146
 			rule.h		\
8ea146
 			rt.h		\
8ea146
-- 
8ea146
2.33.0
8ea146