aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-27 19:48:17 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit0b7a29c7973025d32d8952e97cdc4d13a2794c36 (patch)
treee4d13a1885a2871f1465ed814dab8e2d98bc58f0 /engines/glk/module.mk
parent855911d0c0d8536edd9330540380345fd3b5eb3f (diff)
downloadscummvm-rg350-0b7a29c7973025d32d8952e97cdc4d13a2794c36.tar.gz
scummvm-rg350-0b7a29c7973025d32d8952e97cdc4d13a2794c36.tar.bz2
scummvm-rg350-0b7a29c7973025d32d8952e97cdc4d13a2794c36.zip
GLK: TADS: Skeleton engine
Diffstat (limited to 'engines/glk/module.mk')
-rw-r--r--engines/glk/module.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index 4112a9f020..b75772dc4f 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -42,7 +42,9 @@ MODULE_OBJS := \
frotz/quetzal.o \
frotz/screen.o \
scott/detection.o \
- scott/scott.o
+ scott/scott.o \
+ tads/detection.o \
+ tads/tads.o
# This module can be built as a plugin
ifeq ($(ENABLE_GLK), DYNAMIC_PLUGIN)