aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-01 20:17:52 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit14871c28bc9ec1b210412a072f0ab292febfd368 (patch)
tree41b98caf23fcbe08c0cd69ca086a961cb4515017 /engines/glk/module.mk
parentf20d07381cfdbb625550167e259a2ea58f81fcd9 (diff)
downloadscummvm-rg350-14871c28bc9ec1b210412a072f0ab292febfd368.tar.gz
scummvm-rg350-14871c28bc9ec1b210412a072f0ab292febfd368.tar.bz2
scummvm-rg350-14871c28bc9ec1b210412a072f0ab292febfd368.zip
GLK: TADS: Added Data class
Diffstat (limited to 'engines/glk/module.mk')
-rw-r--r--engines/glk/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index 5c17362a0d..003f8dcb6e 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -45,11 +45,13 @@ MODULE_OBJS := \
scott/scott.o \
tads/detection.o \
tads/tads.o \
+ tads/tads2/data.o \
tads/tads2/ler.o \
tads/tads2/os.o \
tads/tads2/regex.o \
tads/tads2/tads2.o \
tads/tads2/tads2_cmap.o \
+ tads/tads2/vocabulary.o \
tads/tads3/tads3.o
# This module can be built as a plugin