X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=common.mk;h=c1a5e6c66e45ab8e67aedd9b01c350bca55704db;hb=378567da4e40a31efed349fbe68deebd14079b94;hp=d2273d78827229601716be8638f782947e14887e;hpb=838cd58e24a18102b8a140df9fa993fe65706828;p=openocd.git diff --git a/common.mk b/common.mk index d2273d7882..c1a5e6c66e 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