aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/module.mk
blob: 24bd20238df63b364e2827fa77b796771f88bae0 (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/hdb

MODULE_OBJS := \
	detection.o \
	draw-manager.o \
	file-manager.o \
	hdb.o \
	lua-script.o \
	map-loader.o \
	ai.o \
	console.o

MODULE_DIRS += \
	engines/hdb

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

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