]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
Make the AI models a bit more intelligent. The Gear should be extended and retracted...
[flightgear.git] / src / Instrumentation / Makefile.am
index 02707bb5727f2d9a441aa166173221051b199db0..fdbe202f14eba8ed9a045a342d5c823c3ca8966a 100644 (file)
@@ -1,7 +1,20 @@
 noinst_LIBRARIES = libInstrumentation.a
 
-libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
-                               altimeter.cxx altimeter.hxx \
-                               attitude_indicator.cxx attitude_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