diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 69708a12737f..97e1d70f35fd 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -47,10 +47,7 @@ $(eval $(call gb_Library_add_defs,utl,\ -DUNOTOOLS_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_use_api,utl,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,utl)) # add libraries to be linked to utl; again these names need to be given as # specified in Repository.mk |