]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
fix a pointer reference.
[flightgear.git] / src / Autopilot / Makefile.am
index 6ed225010a362cee884607b8e6e1e53610ff5a76..cda785cdec1fa72895a74cb689e71f222c574e49 100644 (file)
@@ -1,11 +1,7 @@
 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
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif