X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2FMakefile.am;h=6ed225010a362cee884607b8e6e1e53610ff5a76;hb=938d006188e70e891bc04e91610c7b8caaca87b6;hp=0102e4a4a5aa18856b8c5ed6f16f840fda8d1e62;hpb=e891774a8c0fe7c9e36aa92b68a913b043852f9d;p=flightgear.git diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index 0102e4a4a..6ed225010 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -4,4 +4,8 @@ libAutopilot_a_SOURCES = \ auto_gui.cxx auto_gui.hxx \ newauto.cxx newauto.hxx +if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif