summaryrefslogtreecommitdiff
path: root/extensions/Library_npsoplugin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Library_npsoplugin.mk')
-rw-r--r--extensions/Library_npsoplugin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk
index 08e59c2304e4..7e8b400d6eb8 100644
--- a/extensions/Library_npsoplugin.mk
+++ b/extensions/Library_npsoplugin.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Library_Library,npsoplugin))
$(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers))
-$(eval $(call gb_Library_add_linked_static_libs,npsoplugin,\
+$(eval $(call gb_Library_use_static_libraries,npsoplugin,\
npsoenv \
nputils \
))
@@ -65,11 +65,11 @@ endif # GUI=UNX
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_static_libs,npsoplugin,\
+$(eval $(call gb_Library_use_static_libraries,npsoplugin,\
ooopathutils \
))
-$(eval $(call gb_Library_add_linked_libs,npsoplugin,\
+$(eval $(call gb_Library_use_libraries,npsoplugin,\
ws2_32 \
shell32 \
ole32 \