X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=common.mk;h=f301c3acebd301829fb0f5ce030f5aa23ada4a62;hp=20b96bd4a1fb3e2ce4fd06eab69cb75470d13649;hb=bfb02d5ba1238bb88cdf28863492cf1521ab2bab;hpb=1aba8205191a4f5af1aa7aa3465a8abc86f4f9d5 diff --git a/common.mk b/common.mk index 20b96bd4a1..f301c3aceb 100644 --- a/common.mk +++ b/common.mk @@ -2,8 +2,9 @@ # common flags used in openocd build AM_CPPFLAGS = -I$(top_srcdir)/src \ -I$(top_builddir)/src \ + -I$(top_srcdir)/src/helper \ -DPKGDATADIR=\"$(pkgdatadir)\" \ - -DPKGLIBDIR=\"$(pkglibdir)\" + -DBINDIR=\"$(bindir)\" if INTERNAL_JIMTCL AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \