]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Add a very simplistic (small single engine type) annunciator model. With
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = \
4         instrument_mgr.cxx instrument_mgr.hxx \
5         annunciator.cxx annunciator.hxx \
6         dme.cxx dme.hxx \
7         gps.cxx gps.hxx \
8         gyro.cxx gyro.hxx \
9         airspeed_indicator.cxx airspeed_indicator.hxx \
10         attitude_indicator.cxx attitude_indicator.hxx \
11         altimeter.cxx altimeter.hxx \
12         turn_indicator.cxx turn_indicator.hxx \
13         slip_skid_ball.cxx slip_skid_ball.hxx \
14         heading_indicator.cxx heading_indicator.hxx \
15         vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
16         mag_compass.cxx mag_compass.hxx
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src