]> git.mxchange.org Git - flightgear.git/blob - src/Cockpit/Makefile.am
Tweak #includes to use double quotes for local files not <>
[flightgear.git] / src / Cockpit / Makefile.am
1 noinst_LIBRARIES = libCockpit.a
2
3 libCockpit_a_SOURCES = \
4         cockpit.cxx cockpit.hxx \
5         hud.cxx hud.hxx hud_opts.hxx \
6         hud_card.cxx hud_dnst.cxx hud_gaug.cxx hud_inst.cxx \
7         hud_labl.cxx hud_ladr.cxx \
8         hud_lat.cxx hud_lon.cxx \
9         hud_scal.cxx hud_tbi.cxx \
10         panel.cxx panel.hxx \
11         panel_io.cxx panel_io.hxx \
12         radiostack.cxx radiostack.hxx \
13         steam.cxx steam.hxx
14
15 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src