aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-17 18:45:12 +0200
committerEugene Sandulenko2016-10-17 18:55:22 +0200
commite8b70a4686916774a1bf499c9c3136e3052b6b43 (patch)
tree93ca440db8e01bf53376909ebb5670f961613c8b /gui/module.mk
parentd3c173da7aa3ffcb62243816bd74ccb4ca3ec5b2 (diff)
downloadscummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.tar.gz
scummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.tar.bz2
scummvm-rg350-e8b70a4686916774a1bf499c9c3136e3052b6b43.zip
ALL: Fix compilation with disabled cloud but enabled libcurl
Diffstat (limited to 'gui/module.mk')
-rw-r--r--gui/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/module.mk b/gui/module.mk
index 54818c264e..5b32689a82 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -58,12 +58,14 @@ MODULE_OBJS += \
endif
endif
+ifdef USE_CLOUD
ifdef USE_LIBCURL
MODULE_OBJS += \
downloaddialog.o \
remotebrowser.o \
storagewizarddialog.o
endif
+endif
ifdef ENABLE_EVENTRECORDER
MODULE_OBJS += \