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

MODULE_OBJS = \
	detection.o \
	graphics.o \
	menu.o \
	pegasus.o \
	sound.o \
	video.o


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

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