aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/module.mk
blob: a8398ec5f101b70a6b17f1bc0c952ae536c0eac1 (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
MODULE := engines/teenagent

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

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

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