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

MODULE_OBJS = \
	detection.o \
	font.o \
	lzss.o \
	graphics.o \
	sound.o \
	startrek.o
	


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

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