]> git.mxchange.org Git - flightgear.git/blob - src/AIModel/Makefile.am
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / Makefile.am
1 noinst_LIBRARIES = libAIModel.a
2
3 libAIModel_a_SOURCES = \
4         AIManager.hxx AIManager.cxx \
5         AIBase.hxx AIBase.cxx \
6         AIAircraft.hxx AIAircraft.cxx \
7         AIShip.hxx AIShip.cxx \
8         AIBallistic.hxx AIBallistic.cxx \
9         AIStorm.hxx AIStorm.cxx \
10         AIThermal.hxx AIThermal.cxx \
11         AIFlightPlan.hxx AIFlightPlan.cxx \
12         AIScenario.hxx AIScenario.cxx
13
14 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src