Removing all the old vestiges of the original attempt at a slew FDM. Now
this functionality is implimented as a magic carpet mode.
This commit is contained in:
parent
b5aaa84cc9
commit
884dae9c57
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = Balloon External JSBsim LaRCsim Slew
|
||||
SUBDIRS = Balloon External JSBsim LaRCsim
|
||||
|
||||
noinst_LIBRARIES = libFlight.a
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ fgfs_LDADD = \
|
|||
$(top_builddir)/Simulator/FDM/External/libExternal.a \
|
||||
$(top_builddir)/Simulator/FDM/JSBsim/libJSBsim.a \
|
||||
$(top_builddir)/Simulator/FDM/LaRCsim/libLaRCsim.a \
|
||||
$(top_builddir)/Simulator/FDM/Slew/libSlew.a \
|
||||
$(top_builddir)/Simulator/GUI/libGUI.a \
|
||||
$(top_builddir)/Simulator/Scenery/libScenery.a \
|
||||
$(top_builddir)/Simulator/Airports/libAirports.a \
|
||||
|
|
Loading…
Add table
Reference in a new issue