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

MODULE_OBJS = \
	console.o \
	detection.o \
	lilliput.o \
	script.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