From a521e674cfc1c74be9a8a7036048d5e4894b1b70 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 4 Jul 2008 06:31:43 +0000 Subject: Jim Tcl support added git-svn-id: svn://svn.berlios.de/openocd/trunk@739 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4cfabb39..462b5ee4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ MAINFILE = openocd.c endif -openocd_SOURCES = $(MAINFILE) +openocd_SOURCES = $(MAINFILE) jim.c # set the include path found by configure INCLUDES = -I$(top_srcdir)/src/helper \ @@ -78,3 +78,7 @@ openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \ $(top_builddir)/src/flash/libflash.a $(top_builddir)/src/target/libtarget.a \ $(top_builddir)/src/pld/libpld.a \ $(FTDI2232LIB) $(FTD2XXLIB) $(MINGWLDADD) $(LIBUSB) + + + +nobase_dist_pkglib_DATA = tcl/commands.tcl -- cgit v1.2.3