]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Instrumentation / Makefile.am
index c21a1127318cf072576c47a0da701df6ff43e017..bf4a56875586f1afc9c439fa9eda1de9602152fa 100644 (file)
@@ -1,10 +1,16 @@
 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 \
-                               altimeter.cxx altimeter.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
+                               vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
+                               mag_compass.cxx mag_compass.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src