X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FMakefile.am;h=41bfe3f8765eae47101c042dd6776213eab45a31;hb=e1d5a52a3a535007d4249aeba84fc645158997a7;hp=04e9ff8f4fdb4dff241c4e2adea6033f99c8331b;hpb=d9bfd5a425df1bad7e3c53a64adce871e299a6b9;p=flightgear.git diff --git a/src/FDM/Makefile.am b/src/FDM/Makefile.am index 04e9ff8f4..41bfe3f87 100644 --- a/src/FDM/Makefile.am +++ b/src/FDM/Makefile.am @@ -11,8 +11,11 @@ noinst_LIBRARIES = libFlight.a libFlight_a_SOURCES = \ flight.cxx flight.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