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

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

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

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