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