1
0
Fork 0

Fix automake build after mainloop changes - especially, JSBSim includes.

This commit is contained in:
James Turner 2010-06-26 18:37:51 +01:00
parent a0588272dc
commit 180e524a0e
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -2,8 +2,8 @@
#define FG_FLIGHT_PROPERTIES_HXX
#include <memory>
#include <simgear/Math/SGMathFwd.hxx> // for SGVec3d
#include <simgear/Math/SGMisc.hxx>
#include <simgear/math/SGMathFwd.hxx> // for SGVec3d
#include <simgear/math/SGMisc.hxx>
// forward decls
class SGPropertyNode;

View file

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