summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/Library_package2.mk4
-rw-r--r--package/Library_xstor.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/package/Library_package2.mk b/package/Library_package2.mk
index 59630ff9a9c9..5be137e13ea4 100644
--- a/package/Library_package2.mk
+++ b/package/Library_package2.mk
@@ -37,7 +37,7 @@ $(eval $(call gb_Library_set_include,package2,\
-I$(SRCDIR)/package/inc \
))
-$(eval $(call gb_Library_add_api,package2,\
+$(eval $(call gb_Library_use_api,package2,\
udkapi \
offapi \
))
@@ -46,7 +46,7 @@ $(eval $(call gb_Library_add_defs,package2,\
-DDLLIMPLEMENTATION_PACKAGE \
))
-$(eval $(call gb_Library_add_linked_libs,package2,\
+$(eval $(call gb_Library_use_libraries,package2,\
comphelper \
cppu \
cppuhelper \
diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk
index 0361a8293d32..458e4a0426dd 100644
--- a/package/Library_xstor.mk
+++ b/package/Library_xstor.mk
@@ -35,12 +35,12 @@ $(eval $(call gb_Library_set_include,xstor,\
-I$(SRCDIR)/package/inc \
))
-$(eval $(call gb_Library_add_api,xstor,\
+$(eval $(call gb_Library_use_api,xstor,\
udkapi \
offapi \
))
-$(eval $(call gb_Library_add_linked_libs,xstor,\
+$(eval $(call gb_Library_use_libraries,xstor,\
comphelper \
cppu \
cppuhelper \