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

MODULE_OBJS := \
	anim.o \
	detection.o \
	events.o \
	files.o \
	graphics.o \
	globals.o \
	hopkins.o \
	sound.o

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

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