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

MODULE_OBJS = \
	blbarchive.o \
	detection.o \
	neverhood.o \
	resourceman.o

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

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