1 noinst_LIBRARIES = libScenery.a
3 libScenery_a_SOURCES = \
4 hitlist.cxx hitlist.hxx \
5 scenery.cxx scenery.hxx \
6 tilecache.cxx tilecache.hxx \
7 tileentry.cxx tileentry.hxx \
8 tilemgr.cxx tilemgr.hxx
10 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src