scummvm/kyra/module.mk
James Brown 3978b728db Add Kyrandia base
svn-id: r13516
2004-04-09 12:36:06 +00:00

16 lines
203 B
Makefile

MODULE := kyra
MODULE_OBJS = \
kyra/kyra.o
MODULE_DIRS += \
kyra
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/common.rules