]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
A couple more straggling instrumentation clean ups.
[flightgear.git] / src / Instrumentation / Makefile.am
index fdbe202f14eba8ed9a045a342d5c823c3ca8966a..949da0e207641655c7875c302acbfb1653ce28ab 100644 (file)
@@ -2,19 +2,25 @@ noinst_LIBRARIES = libInstrumentation.a
 
 libInstrumentation_a_SOURCES = \
        instrument_mgr.cxx instrument_mgr.hxx \
+       adf.cxx adf.hxx \
+        airspeed_indicator.cxx airspeed_indicator.hxx \
+        altimeter.cxx altimeter.hxx \
        annunciator.cxx annunciator.hxx \
+        attitude_indicator.cxx attitude_indicator.hxx \
+        clock.cxx clock.hxx \
         dme.cxx dme.hxx \
+       encoder.cxx encoder.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 \
+       kr_87.hxx kr_87.cxx \
+       kt_70.cxx kt_70.hxx \
         mag_compass.cxx mag_compass.hxx \
-        clock.cxx clock.hxx
+        marker_beacon.cxx marker_beacon.hxx \
+        navradio.cxx navradio.hxx \
+        slip_skid_ball.cxx slip_skid_ball.hxx \
+       transponder.cxx transponder.hxx \
+        turn_indicator.cxx turn_indicator.hxx \
+        vertical_speed_indicator.cxx vertical_speed_indicator.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src