aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-13 12:27:56 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitca0b58513d572419c52ba28ca09f4a086c543893 (patch)
tree71ad3c226874e1cda2dfbe75470f3b0fa3e38412 /backends
parent219e565c32d81e375677b62f6e82e48fae75f26f (diff)
downloadscummvm-rg350-ca0b58513d572419c52ba28ca09f4a086c543893.tar.gz
scummvm-rg350-ca0b58513d572419c52ba28ca09f4a086c543893.tar.bz2
scummvm-rg350-ca0b58513d572419c52ba28ca09f4a086c543893.zip
CLOUD: Add CloudConfigHelper to module.mk
Diffstat (limited to 'backends')
-rw-r--r--backends/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 95334fef65..8e9b14f010 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -21,6 +21,7 @@ MODULE_OBJS := \
ifdef USE_CLOUD
MODULE_OBJS += \
+ cloud/cloudconfighelper.o \
cloud/cloudmanager.o \
cloud/iso8601.o \
cloud/storage.o \