]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
Patch from Julian Foad:
[flightgear.git] / src / Scenery / Makefile.am
index c79da6009dc5a123bcf43031ce17b355b9263963..4146df3a150aabe8d1282381a2631e9acd96e6cb 100644 (file)
@@ -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