aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_kyradat/module.mk')
-rw-r--r--devtools/create_kyradat/module.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/create_kyradat/module.mk b/devtools/create_kyradat/module.mk
index fb458b43ff..4241f82e34 100644
--- a/devtools/create_kyradat/module.mk
+++ b/devtools/create_kyradat/module.mk
@@ -14,5 +14,8 @@ MODULE_OBJS := \
# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat
+# Link against common code (for scumm_stricmp)
+TOOL_DEPS := common/libcommon.a
+
# Include common rules
include $(srcdir)/rules.mk