]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Instrumentation / Makefile.am
1 noinst_LIBRARIES = libInstrumentation.a
2
3 libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
4                                altimeter.cxx altimeter.hxx \
5                                attitude_indicator.cxx attitude_indicator.hxx
6
7 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src