From d80fca527a6618595a118381a2cd2a569f85889f Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Wed, 17 Nov 2010 10:26:21 +0000 Subject: build: add autobuild jimtcl to configure scripts Rather than having to configure/build jimtcl openocd will do this as part of its own build. To use an external jimtcl lib specify disable-internal-jimtcl to the configure step. Signed-off-by: Spencer Oliver --- common.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index d2273d78..c1a5e6c6 100644 --- a/common.mk +++ b/common.mk @@ -3,3 +3,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/src \ -I$(top_builddir)/src \ -DPKGDATADIR=\"$(pkgdatadir)\" + +if INTERNAL_JIMTCL +AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \ + -I$(top_builddir)/jimtcl +endif -- cgit v1.2.3