]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
Patch from Julian Foad:
[flightgear.git] / src / Scenery / Makefile.am
index 978e30fd1c8942acfb7618fbb83e9fb49b09d081..4146df3a150aabe8d1282381a2631e9acd96e6cb 100644 (file)
@@ -1,10 +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