]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
Autopilot "class-ification".
[flightgear.git] / src / Autopilot / Makefile.am
index 9e38e9d6999f3c3c6fef735e0ea7145ebbf9b686..3d06234297b664fd15a48fcdbc8f00ee91912afe 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libAutopilot.a
 
-libAutopilot_a_SOURCES = autopilot.cxx autopilot.hxx
+libAutopilot_a_SOURCES = \
+       auto_gui.cxx auto_gui.hxx \
+       newauto.cxx newauto.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src