]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/Makefile.am
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / FDM / Makefile.am
index 015e2bf8a74fb26ff5e7afca08898fc51f47311c..e44cd5bd812d22e4ca689903ee91e84c7826c283 100644 (file)
@@ -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