diff options
-rw-r--r-- | backends/module.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk index 95334fef65..8e9b14f010 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -21,6 +21,7 @@ MODULE_OBJS := \ ifdef USE_CLOUD MODULE_OBJS += \ + cloud/cloudconfighelper.o \ cloud/cloudmanager.o \ cloud/iso8601.o \ cloud/storage.o \ |