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

MODULE_OBJS := \
	detection.o \
	graphics.o \
	locations.o \
	resource.o \
	saveload.o \
	sequences.o \
	staticres.o \
	tucker.o

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

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