aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/module.mk
blob: 1b115a3463b7c2f2e6ee99b105b625cad3c5e59e (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/fullpipe

MODULE_OBJS = \
	detection.o \
	fullpipe.o \
	gfx.o \
	inventory.o \
	motion.o \
	ngiarchive.o \
	scene.o \
	sound.o \
	stateloader.o \
	statics.o \
	utils.o

# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif

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