1
0
Fork 0
flightgear/Simulator/Scenery/Makefile.am
curt 3adbe1ca22 Started work on a dynamic tile cache.
Did a bit of renaming and reorganizing.
1999-06-12 21:12:13 +00:00

12 lines
262 B
Makefile

noinst_LIBRARIES = libScenery.a
libScenery_a_SOURCES = \
scenery.cxx scenery.hxx \
tilecache.cxx tilecache.hxx \
tileentry.cxx tileentry.hxx \
tilemgr.cxx tilemgr.hxx
INCLUDES += \
-I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Simulator