summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-read.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/Executable_unoidl-read.mk')
-rw-r--r--unoidl/Executable_unoidl-read.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/unoidl/Executable_unoidl-read.mk b/unoidl/Executable_unoidl-read.mk
index af9c5fd36dbb..b134c30b1a72 100644
--- a/unoidl/Executable_unoidl-read.mk
+++ b/unoidl/Executable_unoidl-read.mk
@@ -14,9 +14,11 @@ $(eval $(call gb_Executable_add_exception_objects,unoidl-read, \
))
$(eval $(call gb_Executable_use_libraries,unoidl-read, \
- sal \
- salhelper \
unoidl \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),store) \
+ salhelper \
+ sal \
))
# vim: set noet sw=4 ts=4: