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

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


# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif

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