gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: doc/examples/Makefile: fixed miss


From: gnunet
Subject: [libmicrohttpd] branch master updated: doc/examples/Makefile: fixed missing file
Date: Sun, 09 Jan 2022 18:04:16 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a8b2cce8 doc/examples/Makefile: fixed missing file
a8b2cce8 is described below

commit a8b2cce86981b62d139a947adde4194e4cb4fe39
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jan 9 20:04:06 2022 +0300

    doc/examples/Makefile: fixed missing file
---
 doc/examples/Makefile.am | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 1dc1b1d1..cdb787d9 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -36,6 +36,10 @@ if HAVE_W32
 AM_CPPFLAGS += -DWINDOWS
 endif
 
+if HAVE_EXPERIMENTAL
+noinst_PROGRAMS += websocket
+endif
+
 basicauthentication_SOURCES = \
  basicauthentication.c 
 basicauthentication_LDADD = \
@@ -76,3 +80,8 @@ largepost_SOURCES = \
 largepost_LDADD = \
  $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
+websocket_SOURCES = \
+ websocket.c
+websocket_LDADD = \
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la \
+ $(top_builddir)/src/microhttpd_ws/libmicrohttpd_ws.la

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]