diff options
Diffstat (limited to 'unotest/Library_unotest.mk')
-rw-r--r-- | unotest/Library_unotest.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index aad6abdbceec..96ad171aad80 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -33,12 +33,12 @@ $(eval $(call gb_Library_add_defs,unotest,\ -DOOO_DLLIMPLEMENTATION_UNOTEST \ )) -$(eval $(call gb_Library_add_api,unotest,\ +$(eval $(call gb_Library_use_api,unotest,\ udkapi \ offapi \ )) -$(eval $(call gb_Library_add_linked_libs,unotest,\ +$(eval $(call gb_Library_use_libraries,unotest,\ comphelper \ cppu \ cppuhelper \ |