summaryrefslogtreecommitdiff
path: root/sdext/Library_pdfimport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/Library_pdfimport.mk')
-rw-r--r--sdext/Library_pdfimport.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/Library_pdfimport.mk b/sdext/Library_pdfimport.mk
index 43fd1938ef3c..01d14318ebb9 100644
--- a/sdext/Library_pdfimport.mk
+++ b/sdext/Library_pdfimport.mk
@@ -27,7 +27,7 @@
$(eval $(call gb_Library_Library,pdfimport))
-$(eval $(call gb_Library_add_api,pdfimport,\
+$(eval $(call gb_Library_use_api,pdfimport,\
offapi \
udkapi \
))
@@ -37,13 +37,13 @@ $(eval $(call gb_Library_set_include,pdfimport,\
$$(INCLUDE) \
))
-$(eval $(call gb_Library_add_linked_libs,pdfimport,\
+$(eval $(call gb_Library_use_libraries,pdfimport,\
cppu \
cppuhelper \
sal \
))
-$(eval $(call gb_Library_add_linked_static_libs,pdfimport,\
+$(eval $(call gb_Library_use_static_libraries,pdfimport,\
basegfx_s \
pdfimport_s \
))