1
0
Fork 0
flightgear/src/Instrumentation/HUD/Makefile.am

16 lines
287 B
Makefile

noinst_LIBRARIES = libHUD.a
libHUD_a_SOURCES = \
HUD.cxx HUD.hxx \
HUD_tape.cxx \
HUD_dial.cxx \
HUD_gauge.cxx \
HUD_instrument.cxx \
HUD_label.cxx \
HUD_ladder.cxx \
HUD_misc.cxx \
HUD_runway.cxx \
HUD_scale.cxx \
HUD_tbi.cxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src