1
0
Fork 0
flightgear/src/Scenery/Makefile.am

12 lines
283 B
Text
Raw Normal View History

noinst_LIBRARIES = libScenery.a
1998-05-23 14:49:58 +00:00
libScenery_a_SOURCES = \
FGTileLoader.cxx FGTileLoader.hxx \
hitlist.cxx hitlist.hxx \
newcache.cxx newcache.hxx \
1998-05-23 14:49:58 +00:00
scenery.cxx scenery.hxx \
tileentry.cxx tileentry.hxx \
1998-05-23 14:49:58 +00:00
tilemgr.cxx tilemgr.hxx
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src