X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FMakefile.am;h=cda785cdec1fa72895a74cb689e71f222c574e49;hb=11d15b451347674fba77648700d23c5aaec3c6c2;hp=02b62e771b785012e16327aad77fea8d2212aebe;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index 02b62e771..cda785cde 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -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