X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2FMakefile.am;h=e44cd5bd812d22e4ca689903ee91e84c7826c283;hb=b8d59efa71819db359295b2343d8632cf8180dcc;hp=015e2bf8a74fb26ff5e7afca08898fc51f47311c;hpb=bef268a4cd1638d3e2d057547f8343f723da2b0c;p=flightgear.git diff --git a/FDM/Makefile.am b/FDM/Makefile.am index 015e2bf8a..e44cd5bd8 100644 --- a/FDM/Makefile.am +++ b/FDM/Makefile.am @@ -1,7 +1,9 @@ -SUBDIRS = External LaRCsim Slew +SUBDIRS = External JSBsim LaRCsim Slew noinst_LIBRARIES = libFlight.a -libFlight_a_SOURCES = flight.cxx flight.hxx LaRCsim.cxx LaRCsim.hxx +libFlight_a_SOURCES = flight.cxx flight.hxx \ + JSBsim.cxx JSBsim.hxx \ + LaRCsim.cxx LaRCsim.hxx INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator