X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=common.mk;h=1cb0743ecdcb60c5fa275763f6199c1fabc3c5dc;hp=c1a5e6c66e45ab8e67aedd9b01c350bca55704db;hb=434eca23156562ccd18011724f22162cd7016f8a;hpb=d80fca527a6618595a118381a2cd2a569f85889f diff --git a/common.mk b/common.mk index c1a5e6c66e..1cb0743ecd 100644 --- a/common.mk +++ b/common.mk @@ -2,7 +2,9 @@ # common flags used in openocd build AM_CPPFLAGS = -I$(top_srcdir)/src \ -I$(top_builddir)/src \ - -DPKGDATADIR=\"$(pkgdatadir)\" + -I$(top_srcdir)/src/helper \ + -DPKGDATADIR=\"$(pkgdatadir)\" \ + -DPKGLIBDIR=\"$(pkglibdir)\" if INTERNAL_JIMTCL AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \