summaryrefslogtreecommitdiff
path: root/extensions/Library_updchk.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Library_updchk.mk')
-rw-r--r--extensions/Library_updchk.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Library_updchk.mk b/extensions/Library_updchk.mk
index c5286de8e08d..98577ee3941a 100644
--- a/extensions/Library_updchk.mk
+++ b/extensions/Library_updchk.mk
@@ -36,19 +36,19 @@ $(eval $(call gb_Library_set_include,updchk,\
-I$(SRCDIR)/extensions/inc \
))
-$(eval $(call gb_Library_add_api,updchk,\
+$(eval $(call gb_Library_use_api,updchk,\
udkapi \
offapi \
))
-$(eval $(call gb_Library_add_linked_libs,updchk,\
+$(eval $(call gb_Library_use_libraries,updchk,\
cppuhelper \
cppu \
sal \
))
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,updchk,\
+$(eval $(call gb_Library_use_libraries,updchk,\
ole32 \
shell32 \
wininet \