1
0
Fork 0
flightgear/src/Cockpit/Makefile.am

17 lines
451 B
Text
Raw Normal View History

noinst_LIBRARIES = libCockpit.a
1998-04-03 21:50:53 +00:00
libCockpit_a_SOURCES = \
1998-04-24 00:45:53 +00:00
cockpit.cxx cockpit.hxx \
hud.cxx hud.hxx hud_opts.hxx \
hud_card.cxx hud_dnst.cxx hud_guag.cxx hud_inst.cxx \
hud_labl.cxx hud_ladr.cxx \
hud_lat.cxx hud_lon.cxx \
hud_scal.cxx hud_tbi.cxx \
panel.cxx panel.hxx \
panel_io.cxx panel_io.hxx \
radiostack.cxx radiostack.hxx \
sp_panel.cxx sp_panel.hxx \
steam.cxx steam.hxx
1998-04-03 21:50:53 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src