]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
remove the "terrain-elevation" command again. This is no longer necessary,
[flightgear.git] / src / Scenery / Makefile.am
index 978e30fd1c8942acfb7618fbb83e9fb49b09d081..a9b03eca8c23feb7fb1f11e66a9ee848cc9c2f9f 100644 (file)
@@ -1,10 +1,11 @@
 noinst_LIBRARIES = libScenery.a
 
 libScenery_a_SOURCES = \
-       hitlist.cxx hitlist.hxx \
+       FGTileLoader.cxx FGTileLoader.hxx \
+       newcache.cxx newcache.hxx \
+       redout.cxx redout.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