summaryrefslogtreecommitdiff
path: root/sdext/Executable_pdfunzip.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/Executable_pdfunzip.mk')
-rw-r--r--sdext/Executable_pdfunzip.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/Executable_pdfunzip.mk b/sdext/Executable_pdfunzip.mk
index d073c0548044..5bb90b5e0206 100644
--- a/sdext/Executable_pdfunzip.mk
+++ b/sdext/Executable_pdfunzip.mk
@@ -27,7 +27,7 @@
$(eval $(call gb_Executable_Executable,pdfunzip))
-$(eval $(call gb_Executable_add_api,pdfunzip,\
+$(eval $(call gb_Executable_use_api,pdfunzip,\
offapi \
udkapi \
))
@@ -41,14 +41,14 @@ $(eval $(call gb_Executable_set_include,pdfunzip,\
$$(INCLUDE) \
))
-$(eval $(call gb_Executable_add_linked_libs,pdfunzip,\
+$(eval $(call gb_Executable_use_libraries,pdfunzip,\
basegfx \
cppu \
cppuhelper \
sal \
))
-$(eval $(call gb_Executable_add_linked_static_libs,pdfunzip,\
+$(eval $(call gb_Executable_use_static_libraries,pdfunzip,\
pdfimport_s \
))