7 lines
195 B
Makefile
7 lines
195 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libAutopilot.la
|
|
|
|
libAutopilot_la_SOURCES = autopilot.c autopilot.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|