]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
kln89 user interface logical pages
[flightgear.git] / src / Instrumentation / Makefile.am
index bf4a56875586f1afc9c439fa9eda1de9602152fa..94029b394878a29ec235dba129d01f02d413c60e 100644 (file)
@@ -1,16 +1,29 @@
 noinst_LIBRARIES = libInstrumentation.a
 
-libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
-                               dme.cxx dme.hxx \
-                               gps.cxx gps.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
+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 \
+        gyro.cxx gyro.hxx \
+        heading_indicator.cxx heading_indicator.hxx \
+       kr_87.hxx kr_87.cxx \
+       kt_70.cxx kt_70.hxx \
+        mag_compass.cxx mag_compass.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 \
+       inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \
+       od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \
+       tacan.cxx tacan.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src