]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Makefile.am
Added stall hysteresis modeling, nose should fall through nicely in a stall now.
[flightgear.git] / src / FDM / Makefile.am
index 1bd9175f523b7d66317cee7025df7a8f9734ce93..53b862ad71dd48d148b0eb3d3fdf7c9a743e85e1 100644 (file)
@@ -12,12 +12,9 @@ libFlight_a_SOURCES = \
        LaRCsim.cxx LaRCsim.hxx \
        LaRCsimIC.cxx LaRCsimIC.hxx \
        MagicCarpet.cxx MagicCarpet.hxx \
+       UFO.cxx UFO.hxx \
        NullFDM.cxx NullFDM.hxx
 
-bin_PROGRAMS = pstest
-
-pstest_SOURCES = ps-10520c.cxx
-
 if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
 else