X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2FMakefile.am;h=4146df3a150aabe8d1282381a2631e9acd96e6cb;hb=2e4f836a9883f90690c11a7d0dcebd4cb7e46445;hp=dd4d1cdfd4f39fcbf6a47013a5ea35a2e718fee6;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Scenery/Makefile.am b/src/Scenery/Makefile.am index dd4d1cdfd..4146df3a1 100644 --- a/src/Scenery/Makefile.am +++ b/src/Scenery/Makefile.am @@ -1,9 +1,15 @@ noinst_LIBRARIES = libScenery.a libScenery_a_SOURCES = \ + FGTileLoader.cxx FGTileLoader.hxx \ + hitlist.cxx hitlist.hxx \ + newcache.cxx newcache.hxx \ scenery.cxx scenery.hxx \ - tilecache.cxx tilecache.hxx \ tileentry.cxx tileentry.hxx \ tilemgr.cxx tilemgr.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif