aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/module.mk')
-rw-r--r--engines/gargoyle/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gargoyle/module.mk b/engines/gargoyle/module.mk
index 937b814453..6e11ba746f 100644
--- a/engines/gargoyle/module.mk
+++ b/engines/gargoyle/module.mk
@@ -4,9 +4,9 @@ MODULE_OBJS := \
detection.o \
events.o \
gargoyle.o \
- glk.o \
+ glk/glk.o \
interpreter.o \
- scott/scott.o
+ interps/scott/scott.o
# This module can be built as a plugin
ifeq ($(ENABLE_GARGOYLE), DYNAMIC_PLUGIN)