place event loop inside #ifdef JIM_EMBEDDED.
git-svn-id: svn://svn.berlios.de/openocd/trunk@903 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -6,11 +6,11 @@ noinst_LIBRARIES = libhelper.a
|
||||
if ECOSBOARD
|
||||
CONFIGFILES =
|
||||
else
|
||||
CONFIGFILES = options.c jim.c
|
||||
CONFIGFILES = options.c jim.c jim-eventloop.c
|
||||
endif
|
||||
|
||||
libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \
|
||||
replacements.c fileio.c jim-eventloop.c startup_tcl.c
|
||||
replacements.c fileio.c startup_tcl.c
|
||||
|
||||
noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
|
||||
time_support.h replacements.h fileio.h jim.h
|
||||
|
||||
Reference in New Issue
Block a user