aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/module.mk
blob: 2f72855af127c35e19214da7d10da6da85f4ea3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MODULE := engines/drascula

MODULE_OBJS = \
	animation.o \
	detection.o \
	drascula.o \
	rooms.o \
	talk.o


# This module can be built as a plugin
ifeq ($(ENABLE_DRASCULA), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk