diff options
Diffstat (limited to 'package/Library_xstor.mk')
-rw-r--r-- | package/Library_xstor.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |