]> 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 4146df3a150aabe8d1282381a2631e9acd96e6cb..a9b03eca8c23feb7fb1f11e66a9ee848cc9c2f9f 100644 (file)
@@ -2,14 +2,10 @@ noinst_LIBRARIES = libScenery.a
 
 libScenery_a_SOURCES = \
        FGTileLoader.cxx FGTileLoader.hxx \
-       hitlist.cxx hitlist.hxx \
        newcache.cxx newcache.hxx \
+       redout.cxx redout.hxx \
        scenery.cxx scenery.hxx \
        tileentry.cxx tileentry.hxx \
        tilemgr.cxx tilemgr.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif