]> git.mxchange.org Git - flightgear.git/blob - Scenery/Makefile.am
7ea058584f0176f04e8181312fcd621e4511673f
[flightgear.git] / Scenery / Makefile.am
1 SUBDIRS = Bucket
2
3 libdir  = ${exec_prefix}/lib
4
5 lib_LTLIBRARIES = libScenery.la
6
7 libScenery_la_SOURCES = \
8         obj.c obj.h \
9         scenery.c scenery.h \
10         texload.c texload.h \
11         tilecache.c tilecache.h \
12         tilemgr.c tilemgr.h
13
14 INCLUDES += -I..