]> git.mxchange.org Git - flightgear.git/blob - src/Scenery/Makefile.am
General cleanups to cut cross-dependencies and speed up compilation.
[flightgear.git] / src / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         FGTileLoader.cxx FGTileLoader.hxx \
5         hitlist.cxx hitlist.hxx \
6         newcache.cxx newcache.hxx \
7         scenery.cxx scenery.hxx \
8         tileentry.cxx tileentry.hxx \
9         tilemgr.cxx tilemgr.hxx
10
11 if OLD_AUTOMAKE
12 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
13 else
14 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
15 endif