X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FMakefile.am;h=41bfe3f8765eae47101c042dd6776213eab45a31;hb=e1d5a52a3a535007d4249aeba84fc645158997a7;hp=6d87e9372a9f65d9db41e99f2f2ac75a3650f356;hpb=676e4c8846bee1dd92bf4b2b34797c4194995dce;p=flightgear.git diff --git a/src/FDM/Makefile.am b/src/FDM/Makefile.am index 6d87e9372..41bfe3f87 100644 --- a/src/FDM/Makefile.am +++ b/src/FDM/Makefile.am @@ -1,13 +1,21 @@ -SUBDIRS = Balloon ExternalNet ExternalPipe JSBSim LaRCsim UIUCModel YASim +if ENABLE_SP_FDM +SP_DIR = SP +else +SP_DIR = +endif + +SUBDIRS = 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 \ - MagicCarpet.cxx MagicCarpet.hxx \ + fdm_shell.cxx fdm_shell.hxx \ + flightProperties.cxx flightProperties.hxx \ + TankProperties.cxx TankProperties.hxx \ + groundcache.cxx groundcache.hxx \ UFO.cxx UFO.hxx \ NullFDM.cxx NullFDM.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim