diff options
Diffstat (limited to 'unotest/Library_unotest.mk')
-rw-r--r-- | unotest/Library_unotest.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 0d3672e33fae..f4dd2222a007 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -33,10 +33,7 @@ $(eval $(call gb_Library_add_defs,unotest,\ -DOOO_DLLIMPLEMENTATION_UNOTEST \ )) -$(eval $(call gb_Library_use_api,unotest,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_Library_use_sdk_api,unotest)) $(eval $(call gb_Library_use_libraries,unotest,\ comphelper \ |