]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
aa060b7da20fc2e428800d4f81a36d8a8a22b2f7
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
4                                gyro.cxx gyro.hxx \
5                                airspeed_indicator.cxx airspeed_indicator.hxx \
6                                attitude_indicator.cxx attitude_indicator.hxx \
7                                altimeter.cxx altimeter.hxx \
8                                turn_indicator.cxx turn_indicator.hxx \
9                                slip_skid_ball.cxx slip_skid_ball.hxx \
10                                heading_indicator.cxx heading_indicator.hxx \
11                                vertical_speed_indicator.cxx vertical_speed_indicator.hxx
12
13 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src