]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
fix a pointer reference.
[flightgear.git] / src / Autopilot / Makefile.am
index 02b62e771b785012e16327aad77fea8d2212aebe..cda785cdec1fa72895a74cb689e71f222c574e49 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libAutopilot.a
 
-libAutopilot_a_SOURCES = autopilot.cxx autopilot.hxx
+libAutopilot_a_SOURCES = \
+       route_mgr.cxx route_mgr.hxx \
+       xmlauto.cxx xmlauto.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src