X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=aa3155062173c0106897d21b0d3bd0c9c77eaec9;hb=78d58dd16a276d5a3547d2f681f5062415736c85;hp=512aade46026eca2dd39b8c06735970d837802d1;hpb=9e6cec0dd3301395345777cfe2617559a868f2a9;p=fw%2Fopenocd diff --git a/src/Makefile.am b/src/Makefile.am index 512aade46..aa3155062 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,13 @@ INCLUDES = -I$(top_srcdir)/src/helper \ -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target -I$(top_srcdir)/src/xsvf -I$(top_srcdir)/src/server \ -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes) +# pass path to prefix path +openocd_CPPFLAGS = \ + -DPKGLIBDIR=\"$(pkglibdir)\" \ + -DPKGBLDDATE=\"`date +%F-%R`\" \ + -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\" \ + @CPPFLAGS@ + # the library search path. openocd_LDFLAGS = $(all_libraries) SUBDIRS = helper jtag xsvf target server flash pld