]> git.mxchange.org Git - flightgear.git/blob - src/Aircraft/Makefile.am
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[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