]> git.mxchange.org Git - flightgear.git/blob - src/Scenery/Makefile.am
Rewrote the tile scheme to use a "map" structure rather than "vector"
[flightgear.git] / src / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         hitlist.cxx hitlist.hxx \
5         newcache.cxx newcache.hxx \
6         scenery.cxx scenery.hxx \
7         tileentry.cxx tileentry.hxx \
8         tilemgr.cxx tilemgr.hxx
9
10 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src