]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
Merge branch 'jmt/acinclude'
[flightgear.git] / src / Autopilot / Makefile.am
index 0a52f290c56b1988661565ecc875dcec06eec51d..7ba3b5bb6b4687ccacd5e58c2ddee6610ede6c3c 100644 (file)
@@ -1,8 +1,8 @@
 noinst_LIBRARIES = libAutopilot.a
 
 libAutopilot_a_SOURCES = \
-       auto_gui.cxx auto_gui.hxx \
        route_mgr.cxx route_mgr.hxx \
-       xmlauto.cxx xmlauto.hxx
+       xmlauto.cxx xmlauto.hxx \
+       autobrake.cxx autobrake.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src