diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-05 10:50:59 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-08 10:16:10 +0100 |
commit | eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 (patch) | |
tree | 036582d1d3bafe1dc6f76244736536dc22fad080 /src/server | |
parent | 456ec016c2403ed95e0b8b33534ab53ed41d7c27 (diff) | |
download | riscv-openocd-eb1bc657ae10f9e21304e068ca17dc0231a9b9c0.zip riscv-openocd-eb1bc657ae10f9e21304e068ca17dc0231a9b9c0.tar.gz riscv-openocd-eb1bc657ae10f9e21304e068ca17dc0231a9b9c0.tar.bz2 |
build: add build/src to include path
This allows including generated include files.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/Makefile.am b/src/server/Makefile.am index de83a06..c6c946f 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO |