1
0
Fork 0

Add the builddir to the list of include directories to be able to include Include/version.h

This commit is contained in:
ehofman 2006-03-08 12:01:45 +00:00
parent 2de4fd5d8e
commit b7ef6d8cef

View file

@ -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