NEWS: minor fixes for rc2
[openocd.git] / common.mk
blobf301c3acebd301829fb0f5ce030f5aa23ada4a62
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4 -I$(top_builddir)/src \
5 -I$(top_srcdir)/src/helper \
6 -DPKGDATADIR=\"$(pkgdatadir)\" \
7 -DBINDIR=\"$(bindir)\"
9 if INTERNAL_JIMTCL
10 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
11 -I$(top_builddir)/jimtcl
12 endif