work in progress to hook up libmicrohttpd + tcl integration

git-svn-id: svn://svn.berlios.de/openocd/trunk@1251 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-12-16 22:20:10 +00:00
parent 439a187ea1
commit 0fc19255c3
6 changed files with 499 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ noinst_LIBRARIES = libserver.a
noinst_HEADERS = server.h telnet_server.h gdb_server.h
libserver_a_SOURCES = server.c telnet_server.c gdb_server.c
if HTTPD
libserver_a_SOURCES += httpd.c
endif
# tcl server addons
noinst_HEADERS += tcl_server.h
libserver_a_SOURCES += tcl_server.c