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 2cee007264..7e83192ee0 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -21,9 +21,11 @@ MODULE_OBJS := \
ifdef USE_CLOUD
MODULE_OBJS += \
+ cloud/iso8601.o \
cloud/manager.o \
cloud/storagefile.o \
- cloud/dropbox/dropboxstorage.o
+ cloud/dropbox/dropboxstorage.o \
+ cloud/dropbox/dropboxlistdirectoryrequest.o
endif
ifdef USE_LIBCURL