]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/HUD/Makefile.am
Add support for a back-course mode. Nothing changes visualy, but this
[flightgear.git] / src / Instrumentation / HUD / Makefile.am
1 noinst_LIBRARIES = libHUD.a
2
3 libHUD_a_SOURCES = \
4         HUD.cxx HUD.hxx \
5         HUD_tape.cxx \
6         HUD_dial.cxx \
7         HUD_gauge.cxx \
8         HUD_instrument.cxx \
9         HUD_label.cxx \
10         HUD_ladder.cxx \
11         HUD_runway.cxx \
12         HUD_scale.cxx \
13         HUD_tbi.cxx
14
15 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src