X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2FMakefile.am;h=332a10d886625ca95887ec86d97447fb949026b1;hb=29275ce1ecf9c4ea302aacca8c5ae5d4d3319a17;hp=9c1948027be3be87226be08cef3794ddd93cabe4;hpb=cc26bb7fe73be1fa23b5e1c3b88f71e0d361a4c2;p=flightgear.git diff --git a/src/Cockpit/Makefile.am b/src/Cockpit/Makefile.am index 9c1948027..332a10d88 100644 --- a/src/Cockpit/Makefile.am +++ b/src/Cockpit/Makefile.am @@ -7,6 +7,9 @@ libCockpit_a_SOURCES = \ 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 +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src