aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/module.mk
blob: 5637ffbc6e79fa4044e789dd8e564e781a0b79f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MODULE := engines/composer

MODULE_OBJS = \
	composer.o \
	detection.o \
	resource.o

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

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