]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Scenery / Makefile.am
index 370762135301cbb60e464a5b7c503d106f5fcaed..4caa7141f29d271748f64fca5043c1b383f24677 100644 (file)
@@ -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