8 lines
197 B
Makefile
8 lines
197 B
Makefile
noinst_LIBRARIES = libAutopilot.a
|
|
|
|
libAutopilot_a_SOURCES = \
|
|
route_mgr.cxx route_mgr.hxx \
|
|
xmlauto.cxx xmlauto.hxx \
|
|
autobrake.cxx autobrake.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|