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:
@@ -1,4 +1,6 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src
|
||||
|
||||
noinst_LTLIBRARIES = libocdjtagdrivers.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user