]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/Makefile.am
Updates to allow weather system and atis to interact better.
[flightgear.git] / src / Scenery / Makefile.am
index 370762135301cbb60e464a5b7c503d106f5fcaed..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 \
        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