aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-09 19:50:37 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-09 19:50:37 +0300
commitbf89bd95f8d4401ddaabdb59023175e66bdbd80f (patch)
treef51f7c057d610a9ce99e7e5787517fb01166fdd0
parent64e274d45aca4ed2b21ce7932f95926ee654dd1e (diff)
downloadlibmicrohttpd-bf89bd95f8d4401ddaabdb59023175e66bdbd80f.tar.gz
libmicrohttpd-bf89bd95f8d4401ddaabdb59023175e66bdbd80f.zip
doc: fixed missing 'websocket.inc' in dist files
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fe39fd0b..3a236cc9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,7 +31,8 @@ microhttpd_tutorial_TEXINFOS = \
31 chapters/processingpost.inc \ 31 chapters/processingpost.inc \
32 chapters/responseheaders.inc \ 32 chapters/responseheaders.inc \
33 chapters/tlsauthentication.inc \ 33 chapters/tlsauthentication.inc \
34 chapters/sessions.inc 34 chapters/sessions.inc \
35 chapters/websocket.inc
35 36
36EXTRA_DIST = \ 37EXTRA_DIST = \
37 $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \ 38 $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \