]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
An improved ADF, but no sound yet (and not the default).
[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         adf.cxx adf.hxx \
9         gyro.cxx gyro.hxx \
10         airspeed_indicator.cxx airspeed_indicator.hxx \
11         attitude_indicator.cxx attitude_indicator.hxx \
12         altimeter.cxx altimeter.hxx \
13         turn_indicator.cxx turn_indicator.hxx \
14         slip_skid_ball.cxx slip_skid_ball.hxx \
15         heading_indicator.cxx heading_indicator.hxx \
16         vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
17         mag_compass.cxx mag_compass.hxx \
18         clock.cxx clock.hxx
19
20 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src