From b7ef6d8cefd3d8490c89971999830cdedfddec4d Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 8 Mar 2006 12:01:45 +0000 Subject: [PATCH] Add the builddir to the list of include directories to be able to include Include/version.h --- src/Instrumentation/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index 1a1892023..aa3f1be07 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -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 -- 2.39.5