8 lines
173 B
Text
8 lines
173 B
Text
|
libdir = ${exec_prefix}/lib
|
||
|
|
||
|
lib_LTLIBRARIES = libAutopilot.la
|
||
|
|
||
|
libAutopilot_la_SOURCES = autopilot.c autopilot.h
|
||
|
|
||
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
|