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

MODULE_OBJS := \
	detection.o \
	graphics.o \
	midi.o \
	opcodes.o \
	resource.o \
	saveload.o \
	staticres.o \
	touche.o \
	ui.o

# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif

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