X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2FMakefile.am;h=4caa7141f29d271748f64fca5043c1b383f24677;hb=56592f3869c41e4f189e9ab44abb1a0898c90f4b;hp=699a4442e0c0f8cc86ffcc5fcec561b021e9eb3c;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Scenery/Makefile.am b/src/Scenery/Makefile.am index 699a4442e..4caa7141f 100644 --- a/src/Scenery/Makefile.am +++ b/src/Scenery/Makefile.am @@ -1,12 +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)/Lib \ - -I$(top_builddir)/Simulator +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src