]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Decrease the error (slightly) from a power glide.
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
4                                airspeed_indicator.cxx airspeed_indicator.hxx \
5                                altimeter.cxx altimeter.hxx \
6                                attitude_indicator.cxx attitude_indicator.hxx \
7                                heading_indicator.cxx heading_indicator.hxx \
8                                vertical_speed_indicator.cxx vertical_speed_indicator.hxx
9
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src