libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit bf89bd95f8d4401ddaabdb59023175e66bdbd80f
parent 64e274d45aca4ed2b21ce7932f95926ee654dd1e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  9 Jan 2022 19:50:37 +0300

doc: fixed missing 'websocket.inc' in dist files

Diffstat:
Mdoc/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -31,7 +31,8 @@ microhttpd_tutorial_TEXINFOS = \ chapters/processingpost.inc \ chapters/responseheaders.inc \ chapters/tlsauthentication.inc \ - chapters/sessions.inc + chapters/sessions.inc \ + chapters/websocket.inc EXTRA_DIST = \ $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \