Add the builddir to the list of include directories to be able to include Include/version.h
This commit is contained in:
parent
2de4fd5d8e
commit
b7ef6d8cef
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ libInstrumentation_a_SOURCES = \
|
|||
dclgps.cxx dclgps.hxx \
|
||||
render_area_2d.cxx render_area_2d.hxx
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src
|
||||
|
|
Loading…
Reference in a new issue