X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2FMakefile.am;h=4146df3a150aabe8d1282381a2631e9acd96e6cb;hb=048da049f87fe3f543795f3b1b511d774caa2787;hp=c79da6009dc5a123bcf43031ce17b355b9263963;hpb=b0b6c342492868c465417b0fd71c8752e69a8fe5;p=flightgear.git diff --git a/src/Scenery/Makefile.am b/src/Scenery/Makefile.am index c79da6009..4146df3a1 100644 --- a/src/Scenery/Makefile.am +++ b/src/Scenery/Makefile.am @@ -8,4 +8,8 @@ libScenery_a_SOURCES = \ tileentry.cxx tileentry.hxx \ tilemgr.cxx tilemgr.hxx +if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif