aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-14 21:19:44 -0700
committerPaul Gilbert2019-04-17 20:46:06 -0700
commit4f1387317f2dc2dbff2b25708aef22e11d80d617 (patch)
tree3dec691b60e2f3b5f8fb672c778beb3295e11493 /engines/glk/module.mk
parent6307fd08ce7cbb0b939f520f9741aef884f66f88 (diff)
downloadscummvm-rg350-4f1387317f2dc2dbff2b25708aef22e11d80d617.tar.gz
scummvm-rg350-4f1387317f2dc2dbff2b25708aef22e11d80d617.tar.bz2
scummvm-rg350-4f1387317f2dc2dbff2b25708aef22e11d80d617.zip
GLK: GLULXE: Added funcs methods
Diffstat (limited to 'engines/glk/module.mk')
-rw-r--r--engines/glk/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index 8a593580fb..1f026b2a18 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -61,6 +61,7 @@ MODULE_OBJS := \
glulxe/detection.o \
glulxe/exec.o \
glulxe/float.o \
+ glulxe/funcs.o \
glulxe/glkop.o \
glulxe/glulxe.o \
magnetic/detection.o \