1
0
Fork 0
flightgear/src/Autopilot/Makefile.am

8 lines
197 B
Makefile

noinst_LIBRARIES = libAutopilot.a
libAutopilot_a_SOURCES = \
route_mgr.cxx route_mgr.hxx \
xmlauto.cxx xmlauto.hxx \
autobrake.cxx autobrake.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src