7 lines
165 B
Makefile
7 lines
165 B
Makefile
noinst_LIBRARIES = libAutopilot.a
|
|
|
|
libAutopilot_a_SOURCES = \
|
|
auto_gui.cxx auto_gui.hxx \
|
|
newauto.cxx newauto.hxx
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|