From eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Sat, 5 Dec 2009 10:50:59 +0100 Subject: build: add build/src to include path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows including generated include files. Signed-off-by: Øyvind Harboe --- src/target/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/target/Makefile.am') diff --git a/src/target/Makefile.am b/src/target/Makefile.am index f1d5d15c..f1d4caa2 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -6,7 +6,8 @@ OOCD_TRACE_FILES = endif AM_CPPFLAGS = \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + -I$(top_builddir)/src BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) -- cgit v1.2.3