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

MODULE_OBJS = \
	clerror.o \
	clhnm.o \
	clsoundgroup.o \
	clsoundraw.o \
	cryolib.o \
	sound.o \
	eden.o \
	cryo.o \
	detection.o \
	staticdata.o

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

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