From 7e02ebfd62c3089ef32476ce7e4825b5ec8e1585 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 11 Aug 2008 08:27:04 +0000 Subject: place event loop inside #ifdef JIM_EMBEDDED. git-svn-id: svn://svn.berlios.de/openocd/trunk@903 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/helper/Makefile.am') diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 2165fad..9d9a79c 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -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 -- cgit v1.1