X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common.mk;h=c1a5e6c66e45ab8e67aedd9b01c350bca55704db;hb=fe0894015fd3d25593ce3a7211b1540ebfbab1f3;hp=d2273d78827229601716be8638f782947e14887e;hpb=838cd58e24a18102b8a140df9fa993fe65706828;p=fw%2Fopenocd diff --git a/common.mk b/common.mk index d2273d788..c1a5e6c66 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