summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
authorNick Withers <nick.withers@anu.edu.au>2014-12-15 13:26:31 +1100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-15 07:44:56 +0100
commitf42d4292cbbfa445ab8b89545832960da325fb2f (patch)
tree867494618a2d959a460702443cbaf71ffdce0f0b /cpukit/mghttpd
parentbsp/lpc32xx: Fix memory map (diff)
downloadrtems-f42d4292cbbfa445ab8b89545832960da325fb2f.tar.bz2
Enable WebSocket support in the Mongoose HTTP server
Diffstat (limited to 'cpukit/mghttpd')
-rw-r--r--cpukit/mghttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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