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

MODULE_OBJS := \
	access.o \
	debugger.o \
	detection.o \
	events.o \
	resources.o \
	amazon\amazon_game.o

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

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