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

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

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

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