]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Changes by Roy Ovesen to begin migrating the avionics out of the Cockpit
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = \
4         instrument_mgr.cxx instrument_mgr.hxx \
5         adf.cxx adf.hxx \
6         airspeed_indicator.cxx airspeed_indicator.hxx \
7         altimeter.cxx altimeter.hxx \
8         annunciator.cxx annunciator.hxx \
9         attitude_indicator.cxx attitude_indicator.hxx \
10         clock.cxx clock.hxx \
11         dme.cxx dme.hxx \
12         encoder.cxx encoder.hxx \
13         gps.cxx gps.hxx \
14         gyro.cxx gyro.hxx \
15         heading_indicator.cxx heading_indicator.hxx \
16         kr_87.hxx kr_87.cxx \
17         kt_70.cxx kt_70.hxx \
18         mag_compass.cxx mag_compass.hxx \
19         marker_beacon.cxx marker_beacon.hxx \
20         navradio.cxx navradio.hxx \
21         slip_skid_ball.cxx slip_skid_ball.hxx \
22         transponder.cxx transponder.hxx \
23         turn_indicator.cxx turn_indicator.hxx \
24         vertical_speed_indicator.cxx vertical_speed_indicator.hxx
25
26 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src