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

MODULE_OBJS := \
	design.o \
	detection.o \
	entities.o \
	macresman.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