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

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


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

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