f9959b7f2c
- add command interface property (monitored by listener) - remove all traces of auto_gui.[ch]xx - remove some trailing spaces, fix indentation
7 lines
166 B
Makefile
7 lines
166 B
Makefile
noinst_LIBRARIES = libAutopilot.a
|
|
|
|
libAutopilot_a_SOURCES = \
|
|
route_mgr.cxx route_mgr.hxx \
|
|
xmlauto.cxx xmlauto.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|