]> git.mxchange.org Git - flightgear.git/blob - Simulator/Scenery/Makefile.am
Merge FG_Tools as subdirectory
[flightgear.git] / Simulator / Scenery / Makefile.am
1 noinst_LIBRARIES = libScenery.a
2
3 libScenery_a_SOURCES = \
4         scenery.cxx scenery.hxx \
5         tile.cxx tile.hxx \
6         tilecache.cxx tilecache.hxx \
7         tilemgr.cxx tilemgr.hxx
8
9 INCLUDES += \
10         -I$(top_builddir) \
11         -I$(top_builddir)/Lib \
12         -I$(top_builddir)/Simulator