7 lines
237 B
Text
7 lines
237 B
Text
|
noinst_LIBRARIES = libInstrumentation.a
|
||
|
|
||
|
libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
|
||
|
attitude_indicator.cxx attitude_indicator.hxx
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|