]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
working on the termination of the last hardcoded dialogs in Autopilot/auto_gui.cxx:
[flightgear.git] / src / Autopilot / Makefile.am
index 9e38e9d6999f3c3c6fef735e0ea7145ebbf9b686..0a52f290c56b1988661565ecc875dcec06eec51d 100644 (file)
@@ -1,5 +1,8 @@
 noinst_LIBRARIES = libAutopilot.a
 
-libAutopilot_a_SOURCES = autopilot.cxx autopilot.hxx
+libAutopilot_a_SOURCES = \
+       auto_gui.cxx auto_gui.hxx \
+       route_mgr.cxx route_mgr.hxx \
+       xmlauto.cxx xmlauto.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src