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

MODULE_OBJS := \
	design.o \
	detection.o \
	entities.o \
	script.o \
	util.o \
	wage.o \
	world.o

MODULE_DIRS += \
	engines/wage

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

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