X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=fdbe202f14eba8ed9a045a342d5c823c3ca8966a;hb=863b0c943251fae620406ec8983e5f69e1424731;hp=aa060b7da20fc2e428800d4f81a36d8a8a22b2f7;hpb=99aa857dcb7cc803a678cf52811a94d7cc8bd8a7;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index aa060b7da..fdbe202f1 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,13 +1,20 @@ noinst_LIBRARIES = libInstrumentation.a -libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \ - gyro.cxx gyro.hxx \ - airspeed_indicator.cxx airspeed_indicator.hxx \ - attitude_indicator.cxx attitude_indicator.hxx \ - altimeter.cxx altimeter.hxx \ - turn_indicator.cxx turn_indicator.hxx \ - slip_skid_ball.cxx slip_skid_ball.hxx \ - heading_indicator.cxx heading_indicator.hxx \ - vertical_speed_indicator.cxx vertical_speed_indicator.hxx +libInstrumentation_a_SOURCES = \ + instrument_mgr.cxx instrument_mgr.hxx \ + annunciator.cxx annunciator.hxx \ + dme.cxx dme.hxx \ + gps.cxx gps.hxx \ + adf.cxx adf.hxx \ + gyro.cxx gyro.hxx \ + airspeed_indicator.cxx airspeed_indicator.hxx \ + attitude_indicator.cxx attitude_indicator.hxx \ + altimeter.cxx altimeter.hxx \ + turn_indicator.cxx turn_indicator.hxx \ + slip_skid_ball.cxx slip_skid_ball.hxx \ + heading_indicator.cxx heading_indicator.hxx \ + vertical_speed_indicator.cxx vertical_speed_indicator.hxx \ + mag_compass.cxx mag_compass.hxx \ + clock.cxx clock.hxx INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src