]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/Makefile.am
Optimizations (tm) by Norman Vine.
[flightgear.git] / FDM / Makefile.am
index 80ad393be9d62f62ba885d742ef66700ae0ab539..c876188badf9a33f5b155b9d577211c832629be5 100644 (file)
@@ -1,7 +1,11 @@
-SUBDIRS        = LaRCsim Slew
+SUBDIRS        = External JSBsim LaRCsim Slew
 
 noinst_LIBRARIES = libFlight.a
 
-libFlight_a_SOURCES = flight.c flight.h
+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
+
+DEFS += -DFGFS