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

MODULE_OBJS := \
	console.o \
	detection.o \
	dreamweb.o \
	dreamgen.o \
	sprite.o \
	stubs.o

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

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