httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -8,15 +8,9 @@ noinst_LTLIBRARIES = libserver.la
|
||||
noinst_HEADERS = server.h telnet_server.h gdb_server.h
|
||||
libserver_la_SOURCES = server.c telnet_server.c gdb_server.c
|
||||
|
||||
if HTTPD
|
||||
libserver_la_SOURCES += httpd.c
|
||||
else
|
||||
libserver_la_SOURCES += httpd_stubs.c
|
||||
if !ECOSBOARD
|
||||
libserver_la_SOURCES += server_stubs.c
|
||||
endif
|
||||
endif
|
||||
noinst_HEADERS += httpd.h
|
||||
|
||||
libserver_la_CFLAGS =
|
||||
if IS_MINGW
|
||||
@@ -28,23 +22,7 @@ endif
|
||||
noinst_HEADERS += tcl_server.h
|
||||
libserver_la_SOURCES += tcl_server.c
|
||||
|
||||
if HTTPD
|
||||
nobase_dist_pkgdata_DATA = \
|
||||
$(wildcard \
|
||||
$(srcdir)/httpd/*.tcl \
|
||||
$(srcdir)/httpd/*.css \
|
||||
$(srcdir)/httpd/menu_cuts/*.png \
|
||||
)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
startup.tcl \
|
||||
httpd/readme.txt \
|
||||
httpd/menu.xml \
|
||||
httpd/menu.xsl \
|
||||
httpd/build.sh \
|
||||
httpd/html2tcl.sh \
|
||||
httpd/Stylizer.java \
|
||||
httpd/Stylizer.class
|
||||
startup.tcl
|
||||
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user