]> git.mxchange.org Git - flightgear.git/blob - Autopilot/Makefile.am
Build only static libraries.
[flightgear.git] / Autopilot / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libAutopilot.la
4
5 libAutopilot_la_SOURCES = autopilot.c autopilot.h
6
7 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator