libmicrohttpd/fixed-missing-websocket.inc-in-dist-files.patch
lyn1001 9530f7895f Fixed missing websocket.inc in dist files
(cherry picked from commit cbff08286333b084ca6a375cec7c3f917b512bb6)
2022-08-05 17:08:31 +08:00

21 lines
641 B
Diff

From bf89bd95f8d4401ddaabdb59023175e66bdbd80f Mon Sep 17 00:00:00 2001
From: "Evgeny Grin (Karlson2k)" <k2k@narod.ru>
Date: Sun, 9 Jan 2022 19:50:37 +0300
Subject: [PATCH] doc: fixed missing 'websocket.inc' in dist files
---
doc/Makefile.am | 1 ++-
1 file changed, 1 insertions(+)
diff -Nur a/doc/Makefile.am b/doc/Makefile.am
--- a/doc/Makefile.am 2021-12-27 01:30:00.000000000 +0800
+++ b/doc/Makefile.am 2022-08-05 16:13:42.056733987 +0800
@@ -27,6 +27,7 @@
chapters/responseheaders.inc \
chapters/tlsauthentication.inc \
chapters/sessions.inc \
+ chapters/websocket.inc \
fdl-1.3.texi \
gpl-2.0.texi \
lgpl.texi \