diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index ee7ccddc13ae..3d93a1586e94 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -39,12 +39,12 @@ $(eval $(call gb_Library_add_defs,ucbhelper,\ -DUCBHELPER_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_add_api,ucbhelper,\ +$(eval $(call gb_Library_use_api,ucbhelper,\ offapi \ udkapi \ )) -$(eval $(call gb_Library_add_linked_libs,ucbhelper,\ +$(eval $(call gb_Library_use_libraries,ucbhelper,\ cppu \ cppuhelper \ sal \ |