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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user