X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FMakefile.am;h=6ed225010a362cee884607b8e6e1e53610ff5a76;hb=938d006188e70e891bc04e91610c7b8caaca87b6;hp=02b62e771b785012e16327aad77fea8d2212aebe;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index 02b62e771..6ed225010 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -1,5 +1,11 @@ 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)/Lib -I$(top_builddir)/Simulator +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif