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