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

MODULE_OBJS = \
	detection.o \
	drascula.o


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

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