aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/module.mk')
-rw-r--r--engines/wage/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wage/module.mk b/engines/wage/module.mk
index 19d56cfc67..5356902474 100644
--- a/engines/wage/module.mk
+++ b/engines/wage/module.mk
@@ -4,6 +4,7 @@ MODULE_OBJS := \
design.o \
detection.o \
entities.o \
+ gui.o \
script.o \
util.o \
wage.o \
@@ -17,5 +18,5 @@ ifeq ($(ENABLE_WAGE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
-# Include common rules
+# Include common rules
include $(srcdir)/rules.mk