]> git.mxchange.org Git - flightgear.git/blob - Scenery/Makefile.am
removed from version control.
[flightgear.git] / Scenery / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libScenery.la
4
5 libScenery_la_SOURCES = \
6         obj.cxx obj.hxx \
7         scenery.cxx scenery.hxx \
8         texload.c texload.h \
9         tile.cxx tile.hxx \
10         tilecache.cxx tilecache.hxx \
11         tilemgr.cxx tilemgr.hxx
12
13 INCLUDES += \
14         -I$(top_builddir) \
15         -I$(top_builddir)/Lib \
16         -I$(top_builddir)/Simulator