From 0bb7c9d10935b320ada567dc0e46f3b23eea2793 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 6 Jul 2008 19:56:15 +0000 Subject: fix a few compilation problems. git-svn-id: svn://svn.berlios.de/openocd/trunk@758 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 924040e6..a518077e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,11 +3,11 @@ bin_PROGRAMS = openocd if ECOSBOARD MAINFILE = ecosboard.c else -MAINFILE = openocd.c +MAINFILE = main.c endif -openocd_SOURCES = $(MAINFILE) jim.c +openocd_SOURCES = $(MAINFILE) openocd.c jim.c # set the include path found by configure INCLUDES = -I$(top_srcdir)/src/helper \ -- cgit v1.2.3