diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index 676741e2b8da..0c761a659d3b 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -11,10 +11,7 @@ $(eval $(call gb_Library_Library,ucbhelper)) $(eval $(call gb_Library_use_package,ucbhelper,ucbhelper_inc)) -$(eval $(call gb_Library_use_api,ucbhelper,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_Library_use_sdk_api,ucbhelper)) $(eval $(call gb_Library_use_libraries,ucbhelper,\ cppu \ |