4dea9807f6
From Till Busch.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
noinst_LIBRARIES = libScenery.a
|
|
|
|
libScenery_a_SOURCES = \
|
|
redout.cxx redout.hxx \
|
|
scenery.cxx scenery.hxx \
|
|
SceneryPager.cxx SceneryPager.hxx \
|
|
tilemgr.cxx tilemgr.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|