Fix automake build after mainloop changes - especially, JSBSim includes.
This commit is contained in:
parent
a0588272dc
commit
180e524a0e
3 changed files with 4 additions and 4 deletions
|
@ -17,4 +17,4 @@ libFlight_a_SOURCES = \
|
||||||
UFO.cxx UFO.hxx \
|
UFO.cxx UFO.hxx \
|
||||||
NullFDM.cxx NullFDM.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
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
#define FG_FLIGHT_PROPERTIES_HXX
|
#define FG_FLIGHT_PROPERTIES_HXX
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <simgear/Math/SGMathFwd.hxx> // for SGVec3d
|
#include <simgear/math/SGMathFwd.hxx> // for SGVec3d
|
||||||
#include <simgear/Math/SGMisc.hxx>
|
#include <simgear/math/SGMisc.hxx>
|
||||||
|
|
||||||
// forward decls
|
// forward decls
|
||||||
class SGPropertyNode;
|
class SGPropertyNode;
|
||||||
|
|
|
@ -138,4 +138,4 @@ metar_LDADD = \
|
||||||
|
|
||||||
metar_LDFLAGS = $(metar_PLIB_FW)
|
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
|
||||||
|
|
Loading…
Reference in a new issue