aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/module.mk
blob: 01ba3c79cb376e50c029f04d6e99e98288e0d3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MODULE := engines/teenagent

MODULE_OBJS := \
	actor.o \
	animation.o \
	callbacks.o \
	console.o \
	detection.o \
	dialog.o \
	font.o \
	inventory.o \
	music.o \
	objects.o \
	pack.o \
	resources.o \
	scene.o \
	segment.o \
	surface.o \
	surface_list.o \
	teenagent.o

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

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