]> 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 6d87e9372a9f65d9db41e99f2f2ac75a3650f356..dfb7f278e6d0ebf4978ff0e264610eebdebb3c85 100644 (file)
@@ -1,11 +1,18 @@
-SUBDIRS        = Balloon ExternalNet ExternalPipe JSBSim LaRCsim UIUCModel YASim
+if ENABLE_SP_FDM
+SP_DIR = SP
+else
+SP_DIR =
+endif
+
+SUBDIRS        = Balloon JSBSim LaRCsim UIUCModel YASim \
+          $(SP_DIR) ExternalNet ExternalPipe
 
 noinst_LIBRARIES = libFlight.a
 
 libFlight_a_SOURCES = \
-       ADA.cxx ADA.hxx \
        Balloon.cxx Balloon.h \
        flight.cxx flight.hxx \
+       groundcache.cxx groundcache.hxx \
        MagicCarpet.cxx MagicCarpet.hxx \
        UFO.cxx UFO.hxx \
        NullFDM.cxx NullFDM.hxx