]> 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 699a4442e0c0f8cc86ffcc5fcec561b021e9eb3c..a9b03eca8c23feb7fb1f11e66a9ee848cc9c2f9f 100644 (file)
@@ -1,12 +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)/Lib \
-       -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src