]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
General cleanups to cut cross-dependencies and speed up compilation.
[flightgear.git] / src / Scenery / Makefile.am
index dd4d1cdfd4f39fcbf6a47013a5ea35a2e718fee6..4146df3a150aabe8d1282381a2631e9acd96e6cb 100644 (file)
@@ -1,9 +1,15 @@
 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)/src
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif