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

MODULE_OBJS = \
	detection.o \
	dib.o \
	director.o \
	resource.o \
	score.o \
	lingo/lingo.o

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

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