]> git.mxchange.org Git - flightgear.git/blob - src/Autopilot/Makefile.am
Merge branch 'jmt/units-fix' into maint
[flightgear.git] / src / Autopilot / Makefile.am
1 noinst_LIBRARIES = libAutopilot.a
2
3 libAutopilot_a_SOURCES = \
4         route_mgr.cxx route_mgr.hxx \
5         xmlauto.cxx xmlauto.hxx \
6         autobrake.cxx autobrake.hxx
7
8 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src