diff options
author | Alexander Tkachev | 2016-05-11 01:19:48 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:05:07 +0600 |
commit | 79e6368b4214936dfbc52719259c4930bb7d0eaf (patch) | |
tree | 8e56dcb948ef9ec23137c246a71a6511340fba77 /backends | |
parent | 8429c40362b1e4d4010f808740b79baae69c97ed (diff) | |
download | scummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.tar.gz scummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.tar.bz2 scummvm-rg350-79e6368b4214936dfbc52719259c4930bb7d0eaf.zip |
CLOUD: Add SimpleJSON library (module.mk hotfix)
Forgot to edit those.
Diffstat (limited to 'backends')
-rw-r--r-- | backends/module.mk | 6 |
1 files changed, 6 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 |