]> git.mxchange.org Git - flightgear.git/blob - src/FDM/Makefile.am
Bugfix: no automatic runway selection with --parkpos=
[flightgear.git] / src / FDM / Makefile.am
1 if ENABLE_SP_FDM
2 SP_DIR = SP
3 else
4 SP_DIR =
5 endif
6
7 SUBDIRS = JSBSim LaRCsim UIUCModel YASim \
8           $(SP_DIR) ExternalNet ExternalPipe
9
10 noinst_LIBRARIES = libFlight.a
11
12 libFlight_a_SOURCES = \
13         flight.cxx flight.hxx \
14         fdm_shell.cxx fdm_shell.hxx \
15         flightProperties.cxx flightProperties.hxx \
16         groundcache.cxx groundcache.hxx \
17         UFO.cxx UFO.hxx \
18         NullFDM.cxx NullFDM.hxx
19
20 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim