]> git.mxchange.org Git - flightgear.git/blob - src/Aircraft/Makefile.am
Forward port from CVS/PLIB: Use a more memory allocation efficient replay
[flightgear.git] / src / Aircraft / Makefile.am
1 noinst_LIBRARIES = libAircraft.a
2
3 libAircraft_a_SOURCES = \
4         aircraft.cxx aircraft.hxx \
5         controls.cxx controls.hxx \
6         replay.cxx replay.hxx
7
8 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src