]> 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 699a4442e0c0f8cc86ffcc5fcec561b021e9eb3c..4caa7141f29d271748f64fca5043c1b383f24677 100644 (file)
@@ -1,12 +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 \
-       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