aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/module.mk b/backends/module.mk
index ccf5151b2c..cf100892f5 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -24,7 +24,9 @@ MODULE_OBJS += \
cloud/manager.o \
cloud/storage.o \
cloud/dropbox/dropboxstorage.o \
- cloud/dropbox/curlrequest.o
+ cloud/dropbox/curlrequest.o \
+ cloud/curl/connectionmanager.o \
+ cloud/curl/networkreadstream.o
endif
ifdef USE_ELF_LOADER