From f42d4292cbbfa445ab8b89545832960da325fb2f Mon Sep 17 00:00:00 2001 From: Nick Withers Date: Mon, 15 Dec 2014 13:26:31 +1100 Subject: Enable WebSocket support in the Mongoose HTTP server --- cpukit/mghttpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/mghttpd') diff --git a/cpukit/mghttpd/Makefile.am b/cpukit/mghttpd/Makefile.am index 78af78d185..bb5f84ba16 100644 --- a/cpukit/mghttpd/Makefile.am +++ b/cpukit/mghttpd/Makefile.am @@ -7,7 +7,7 @@ include_mghttpddir = $(includedir)/mghttpd project_lib_LIBRARIES = libmghttpd.a libmghttpd_a_CPPFLAGS = $(AM_CPPFLAGS) # libmghttpd_a_CPPFLAGS += -DHAVE_MD5 -libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI +libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET libmghttpd_a_SOURCES = mongoose.c mongoose.h include_mghttpd_HEADERS = mongoose.h -- cgit v1.2.3