aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/module.mk6
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