X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FMakefile.am;h=7ba3b5bb6b4687ccacd5e58c2ddee6610ede6c3c;hb=26e04d907266831c8117b4eba7ebc0289aab08a5;hp=6ed225010a362cee884607b8e6e1e53610ff5a76;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index 6ed225010..7ba3b5bb6 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -1,11 +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 -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src -else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -endif