aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tkachev2016-05-11 01:19:48 +0600
committerAlexander Tkachev2016-08-24 16:05:07 +0600
commit79e6368b4214936dfbc52719259c4930bb7d0eaf (patch)
tree8e56dcb948ef9ec23137c246a71a6511340fba77
parent8429c40362b1e4d4010f808740b79baae69c97ed (diff)
downloadscummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.tar.gz
scummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.tar.bz2
scummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.zip
CLOUD: Add SimpleJSON library (module.mk hotfix)
Forgot to edit those.
-rw-r--r--backends/module.mk6
-rw-r--r--common/module.mk1
2 files changed, 7 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 4c1ca42f06..fc2fb99a9d 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -249,5 +249,11 @@ MODULE_OBJS += \
saves/recorder/recorder-saves.o
endif
+# I don't have any define, so I'd just add my files without any
+# ifndef USE_CLOUD ?
+MODULE_OBJS += \
+ cloud/cloudthread.o
+# endif
+
# Include common rules
include $(srcdir)/rules.mk
diff --git a/common/module.mk b/common/module.mk
index 570040c8e1..54aa16f557 100644
--- a/common/module.mk
+++ b/common/module.mk
@@ -16,6 +16,7 @@ MODULE_OBJS := \
iff_container.o \
ini-file.o \
installshield_cab.o \
+ json.o \
language.o \
localization.o \
macresman.o \