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

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