X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2FMakefile.am;h=4caa7141f29d271748f64fca5043c1b383f24677;hb=56592f3869c41e4f189e9ab44abb1a0898c90f4b;hp=370762135301cbb60e464a5b7c503d106f5fcaed;hpb=39632b90b8976a55d1514ec602d7125140f87c76;p=flightgear.git diff --git a/src/Scenery/Makefile.am b/src/Scenery/Makefile.am index 370762135..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 \ tileentry.cxx tileentry.hxx \ tilemgr.cxx tilemgr.hxx -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src