From: James Turner Date: Sat, 26 Jun 2010 17:37:51 +0000 (+0100) Subject: Fix automake build after mainloop changes - especially, JSBSim includes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=180e524a0e64c95767fd4003f59b4e3c314303c7;p=flightgear.git Fix automake build after mainloop changes - especially, JSBSim includes. --- diff --git a/src/FDM/Makefile.am b/src/FDM/Makefile.am index 1dcc6166a..e1e764c82 100644 --- a/src/FDM/Makefile.am +++ b/src/FDM/Makefile.am @@ -17,4 +17,4 @@ libFlight_a_SOURCES = \ UFO.cxx UFO.hxx \ NullFDM.cxx NullFDM.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim diff --git a/src/FDM/flightProperties.hxx b/src/FDM/flightProperties.hxx index 9df57f345..de960848f 100644 --- a/src/FDM/flightProperties.hxx +++ b/src/FDM/flightProperties.hxx @@ -2,8 +2,8 @@ #define FG_FLIGHT_PROPERTIES_HXX #include -#include // for SGVec3d -#include +#include // for SGVec3d +#include // forward decls class SGPropertyNode; diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index e0798d6d4..ed6c4537c 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -138,4 +138,4 @@ metar_LDADD = \ metar_LDFLAGS = $(metar_PLIB_FW) -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src