aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/module.mk')
-rw-r--r--engines/glk/module.mk21
1 files changed, 20 insertions, 1 deletions
diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index 449607cdf0..8915c669f3 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -146,7 +146,26 @@ endif
ifdef ENABLE_GLK_ARCHETYPE
MODULE_OBJS += \
archetype/archetype.o \
- archetype/detection.o
+ archetype/array.o \
+ archetype/crypt.o \
+ archetype/detection.o \
+ archetype/error.o \
+ archetype/expression.o \
+ archetype/game_stat.o \
+ archetype/heap_sort.o \
+ archetype/id_table.o \
+ archetype/interpreter.o \
+ archetype/keywords.o \
+ archetype/linked_list.o \
+ archetype/misc.o \
+ archetype/parser.o \
+ archetype/saveload.o \
+ archetype/semantic.o \
+ archetype/string.o \
+ archetype/sys_object.o \
+ archetype/timestamp.o \
+ archetype/token.o \
+ archetype/wrap.o
endif
ifdef ENABLE_GLK_FROTZ