]> git.mxchange.org Git - flightgear.git/blob - src/Scenery/Makefile.am
source tree reorganization prior to flightgear 0.7
[flightgear.git] / src / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         scenery.cxx scenery.hxx \
5         tilecache.cxx tilecache.hxx \
6         tileentry.cxx tileentry.hxx \
7         tilemgr.cxx tilemgr.hxx
8
9 INCLUDES += \
10         -I$(top_builddir) \
11         -I$(top_builddir)/Lib \
12         -I$(top_builddir)/Simulator