From: ehofman Date: Wed, 8 Mar 2006 12:01:45 +0000 (+0000) Subject: Add the builddir to the list of include directories to be able to include Include... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7ef6d8cefd3d8490c89971999830cdedfddec4d;p=flightgear.git Add the builddir to the list of include directories to be able to include Include/version.h --- 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