X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2FMakefile.am;h=4caa7141f29d271748f64fca5043c1b383f24677;hb=56592f3869c41e4f189e9ab44abb1a0898c90f4b;hp=978e30fd1c8942acfb7618fbb83e9fb49b09d081;hpb=cd1a471f7ec53489ea70928fcde5964fba8978d3;p=flightgear.git diff --git a/src/Scenery/Makefile.am b/src/Scenery/Makefile.am index 978e30fd1..4caa7141f 100644 --- a/src/Scenery/Makefile.am +++ b/src/Scenery/Makefile.am @@ -1,10 +1,11 @@ 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 +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src