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

MODULE_OBJS = \
	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