1
0
Fork 0
flightgear/src/Instrumentation/Makefile.am

8 lines
298 B
Text
Raw Normal View History

noinst_LIBRARIES = libInstrumentation.a
libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
altimeter.cxx altimeter.hxx \
attitude_indicator.cxx attitude_indicator.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src