Selaa lähdekoodia

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

Evgeny Grin (Karlson2k) 4 vuotta sitten
vanhempi
sitoutus
bf89bd95f8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      doc/Makefile.am

+ 2 - 1
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) \