]> 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 dd4d1cdfd4f39fcbf6a47013a5ea35a2e718fee6..a9b03eca8c23feb7fb1f11e66a9ee848cc9c2f9f 100644 (file)
@@ -1,9 +1,11 @@
 noinst_LIBRARIES = libScenery.a
 
 libScenery_a_SOURCES = \
+       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