]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Makefile.am
Make yasim accept the launchbar and hook properties. They are not tied to anything...
[flightgear.git] / src / FDM / Makefile.am
index c876188badf9a33f5b155b9d577211c832629be5..dfb7f278e6d0ebf4978ff0e264610eebdebb3c85 100644 (file)
@@ -1,11 +1,20 @@
-SUBDIRS        = External JSBsim LaRCsim Slew
+if ENABLE_SP_FDM
+SP_DIR = SP
+else
+SP_DIR =
+endif
 
-noinst_LIBRARIES = libFlight.a
+SUBDIRS        = Balloon JSBSim LaRCsim UIUCModel YASim \
+          $(SP_DIR) ExternalNet ExternalPipe
 
-libFlight_a_SOURCES = flight.cxx flight.hxx \
-       JSBsim.cxx JSBsim.hxx \
-       LaRCsim.cxx LaRCsim.hxx
+noinst_LIBRARIES = libFlight.a
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+libFlight_a_SOURCES = \
+       Balloon.cxx Balloon.h \
+       flight.cxx flight.hxx \
+       groundcache.cxx groundcache.hxx \
+       MagicCarpet.cxx MagicCarpet.hxx \
+       UFO.cxx UFO.hxx \
+       NullFDM.cxx NullFDM.hxx
 
-DEFS += -DFGFS
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src