remove #if logic for openocd_sleep_*lude

Adds server_stubs.c to hold these routines, using automake logic to
ensure it gets included under the right conditions.
This commit is contained in:
Zachary T Welch
2009-12-01 19:41:16 -08:00
parent 62fbb0f545
commit 34654359a9
5 changed files with 45 additions and 19 deletions

View File

@@ -13,6 +13,10 @@ libserver_la_SOURCES = server.c telnet_server.c gdb_server.c
if HTTPD
libserver_la_SOURCES += httpd.c
else
if !ECOSBOARD
libserver_la_SOURCES += server_stubs.c
endif
endif
noinst_HEADERS += httpd.h