From 180e524a0e64c95767fd4003f59b4e3c314303c7 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 26 Jun 2010 18:37:51 +0100 Subject: [PATCH] Fix automake build after mainloop changes - especially, JSBSim includes. --- src/FDM/Makefile.am | 2 +- src/FDM/flightProperties.hxx | 4 ++-- src/Main/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5