]> git.mxchange.org Git - flightgear.git/blob - src/Scenery/Makefile.am
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         FGTileLoader.cxx FGTileLoader.hxx \
5         newcache.cxx newcache.hxx \
6         redout.cxx redout.hxx \
7         scenery.cxx scenery.hxx \
8         tileentry.cxx tileentry.hxx \
9         tilemgr.cxx tilemgr.hxx
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src