aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/module.mk')
-rw-r--r--engines/macventure/module.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/macventure/module.mk b/engines/macventure/module.mk
index 813677c33c..66039d4c9f 100644
--- a/engines/macventure/module.mk
+++ b/engines/macventure/module.mk
@@ -3,13 +3,14 @@ MODULE := engines/macventure
MODULE_OBJS := \
image.o \
detection.o \
- gui.o \
object.o \
text.o \
world.o \
script.o \
macventure.o \
- dialog.o
+ gui.o \
+ dialog.o \
+ controls.o
MODULE_DIRS += \
engines/macventure