]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
4                                dme.cxx dme.hxx \
5                                gps.cxx gps.hxx \
6                                gyro.cxx gyro.hxx \
7                                airspeed_indicator.cxx airspeed_indicator.hxx \
8                                attitude_indicator.cxx attitude_indicator.hxx \
9                                altimeter.cxx altimeter.hxx \
10                                turn_indicator.cxx turn_indicator.hxx \
11                                slip_skid_ball.cxx slip_skid_ball.hxx \
12                                heading_indicator.cxx heading_indicator.hxx \
13                                vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
14                                mag_compass.cxx mag_compass.hxx
15
16 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src