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

MODULE_OBJS := \
	actions.o \
	detection.o \
	dialogs.o \
	graphics.o \
	menu.o \
	mortevielle.o \
	mouse.o \
	outtext.o \
	saveload.o \
	sound.o \
	speech.o

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

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