aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/module.mk
blob: 8a095e8045a586b775d9142bc8a11eab06b0f7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MODULE := engines/lilliput

MODULE_OBJS = \
	console.o \
	detection.o \
	lilliput.o \
	script.o \
	sound.o \
	stream.o

MODULE_DIRS += \
	engines/lilliput

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

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