]> git.mxchange.org Git - flightgear.git/blob - src/Scenery/Makefile.am
Updates, optimizations, and restructures from Norman Vine.
[flightgear.git] / src / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         hitlist.cxx hitlist.hxx \
5         scenery.cxx scenery.hxx \
6         tilecache.cxx tilecache.hxx \
7         tileentry.cxx tileentry.hxx \
8         tilemgr.cxx tilemgr.hxx
9
10 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src