build: add build/src to include path

This allows including generated include files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2009-12-05 10:50:59 +01:00
parent 456ec016c2
commit eb1bc657ae
12 changed files with 25 additions and 10 deletions

View File

@@ -32,7 +32,8 @@ noinst_HEADERS = \
# set the include path found by configure
AM_CPPFLAGS = \
-I$(top_srcdir)/src
-I$(top_srcdir)/src \
-I$(top_builddir)/src
libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\"