summaryrefslogtreecommitdiff
path: root/desktop/Library_deployment.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Library_deployment.mk')
-rw-r--r--desktop/Library_deployment.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Library_deployment.mk b/desktop/Library_deployment.mk
index 7e455ef66edb..3314c2e14ab9 100644
--- a/desktop/Library_deployment.mk
+++ b/desktop/Library_deployment.mk
@@ -34,12 +34,12 @@ $(eval $(call gb_Library_set_include,deployment,\
-I$(SRCDIR)/desktop/source/deployment/registry/inc \
))
-$(eval $(call gb_Library_add_api,deployment,\
+$(eval $(call gb_Library_use_api,deployment,\
offapi \
udkapi \
))
-$(eval $(call gb_Library_add_linked_libs,deployment,\
+$(eval $(call gb_Library_use_libraries,deployment,\
comphelper \
cppu \
cppuhelper \
@@ -94,7 +94,7 @@ $(eval $(call gb_Library_add_exception_objects,deployment,\
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
-$(eval $(call gb_Library_add_linked_libs,deployment,\
+$(eval $(call gb_Library_use_libraries,deployment,\
helplinker \
))