]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Makefile.am
Honor the /sim/freeze/fuel property to inhibit fuel consumption at runtime.
[flightgear.git] / src / FDM / Makefile.am
index c876188badf9a33f5b155b9d577211c832629be5..b057e8725ca23bf9cde16422554ac5458c2f8238 100644 (file)
@@ -1,11 +1,16 @@
-SUBDIRS        = External JSBsim LaRCsim Slew
+SUBDIRS        = Balloon ExternalNet JSBSim LaRCsim UIUCModel YASim
 
 noinst_LIBRARIES = libFlight.a
 
-libFlight_a_SOURCES = flight.cxx flight.hxx \
-       JSBsim.cxx JSBsim.hxx \
-       LaRCsim.cxx LaRCsim.hxx
+libFlight_a_SOURCES = \
+       ADA.cxx ADA.hxx \
+       Balloon.cxx Balloon.h \
+       flight.cxx flight.hxx \
+       IO360.cxx IO360.hxx \
+       LaRCsim.cxx LaRCsim.hxx \
+       LaRCsimIC.cxx LaRCsimIC.hxx \
+       MagicCarpet.cxx MagicCarpet.hxx \
+       UFO.cxx UFO.hxx \
+       NullFDM.cxx NullFDM.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
-
-DEFS += -DFGFS
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src