aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-10 11:05:00 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitd5753a484719019af9b322a74c414a9d242f8f83 (patch)
tree77c87f44d9610f44a63886bc9301a06eda6de56f /gui/module.mk
parent3064b44b92e8d0aff3a7d5b4b721d635ead7c5e9 (diff)
downloadscummvm-rg350-d5753a484719019af9b322a74c414a9d242f8f83.tar.gz
scummvm-rg350-d5753a484719019af9b322a74c414a9d242f8f83.tar.bz2
scummvm-rg350-d5753a484719019af9b322a74c414a9d242f8f83.zip
CLOUD: Add auto-detect for downloaded game
If that's the game, that is. Method is copy-pasted from Launcher, but fixed not to ask the directory and thus doesn't contain the loop.
Diffstat (limited to 'gui/module.mk')
-rw-r--r--gui/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/module.mk b/gui/module.mk
index 1fdd0d459a..24becfd6fc 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -7,6 +7,7 @@ MODULE_OBJS := \
debugger.o \
dialog.o \
downloaddialog.o \
+ editgamedialog.o \
error.o \
EventRecorder.o \
filebrowser-dialog.o \