summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/Library_package2.mk5
-rw-r--r--package/Library_xstor.mk5
2 files changed, 2 insertions, 8 deletions
diff --git a/package/Library_package2.mk b/package/Library_package2.mk
index 987c34296f59..e5b5023de7a8 100644
--- a/package/Library_package2.mk
+++ b/package/Library_package2.mk
@@ -37,10 +37,7 @@ $(eval $(call gb_Library_set_include,package2,\
-I$(SRCDIR)/package/inc \
))
-$(eval $(call gb_Library_use_api,package2,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,package2))
$(eval $(call gb_Library_add_defs,package2,\
-DDLLIMPLEMENTATION_PACKAGE \
diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk
index 458e4a0426dd..a91533f98f87 100644
--- a/package/Library_xstor.mk
+++ b/package/Library_xstor.mk
@@ -35,10 +35,7 @@ $(eval $(call gb_Library_set_include,xstor,\
-I$(SRCDIR)/package/inc \
))
-$(eval $(call gb_Library_use_api,xstor,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,xstor))
$(eval $(call gb_Library_use_libraries,xstor,\
comphelper \