sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetnations
git-svn-id: svn://svn.berlios.de/openocd/trunk@1243 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -9,9 +9,16 @@ else
|
||||
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 startup_tcl.c
|
||||
|
||||
if IOUTIL
|
||||
libhelper_a_SOURCES += ioutil.c
|
||||
endif
|
||||
|
||||
|
||||
noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
|
||||
time_support.h replacements.h fileio.h jim.h jim-eventloop.h \
|
||||
startup.tcl bin2char.c
|
||||
|
||||
Reference in New Issue
Block a user