X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2FMakefile.am;h=332a10d886625ca95887ec86d97447fb949026b1;hb=29275ce1ecf9c4ea302aacca8c5ae5d4d3319a17;hp=5aac8271f4c37232fa5487132da92d72d433ffdc;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Cockpit/Makefile.am b/src/Cockpit/Makefile.am index 5aac8271f..332a10d88 100644 --- a/src/Cockpit/Makefile.am +++ b/src/Cockpit/Makefile.am @@ -2,11 +2,14 @@ noinst_LIBRARIES = libCockpit.a libCockpit_a_SOURCES = \ cockpit.cxx cockpit.hxx \ - hud.cxx hud.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.cxx panel.hxx \ + panel_io.cxx panel_io.hxx \ + radiostack.cxx radiostack.hxx \ + steam.cxx steam.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src \ No newline at end of file +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src