X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FMakefile.am;h=7ba3b5bb6b4687ccacd5e58c2ddee6610ede6c3c;hb=fb361f74633dd861206755a4b791d1a9fa93fa40;hp=0102e4a4a5aa18856b8c5ed6f16f840fda8d1e62;hpb=e891774a8c0fe7c9e36aa92b68a913b043852f9d;p=flightgear.git diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index 0102e4a4a..7ba3b5bb6 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -1,7 +1,8 @@ noinst_LIBRARIES = libAutopilot.a libAutopilot_a_SOURCES = \ - auto_gui.cxx auto_gui.hxx \ - newauto.cxx newauto.hxx + route_mgr.cxx route_mgr.hxx \ + xmlauto.cxx xmlauto.hxx \ + autobrake.cxx autobrake.hxx -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src