aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/module.mk
blob: b41154b57620cd20c76bbd2e6f18812b377a9fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MODULE := engines/draci
 
MODULE_OBJS := \
	draci.o \
	detection.o \
	barchive.o \
	gpldisasm.o \
	font.o \
	sprite.o
 
MODULE_DIRS += \
	engines/draci
 
# This module can be built as a plugin
ifeq ($(ENABLE_DRACI), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
 
# Include common rules 
include $(srcdir)/rules.mk