diff options
Diffstat (limited to 'ucb/Library_ucpodma1.mk')
-rw-r--r-- | ucb/Library_ucpodma1.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/Library_ucpodma1.mk b/ucb/Library_ucpodma1.mk index ef60121af04d..8536de71324b 100644 --- a/ucb/Library_ucpodma1.mk +++ b/ucb/Library_ucpodma1.mk @@ -29,12 +29,12 @@ $(eval $(call gb_Library_Library,ucpodma1)) $(eval $(call gb_Library_set_componentfile,ucpodma1,ucb/source/ucp/odma/ucpodma1)) -$(eval $(call gb_Library_add_api,ucpodma1,\ +$(eval $(call gb_Library_use_api,ucpodma1,\ offapi \ udkapi \ )) -$(eval $(call gb_Library_add_linked_libs,ucpodma1,\ +$(eval $(call gb_Library_use_libraries,ucpodma1,\ cppu \ cppuhelper \ sal \ @@ -43,7 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,ucpodma1,\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Library_add_linked_static_libs,ucpodma1,\ +$(eval $(call gb_Library_use_static_libraries,ucpodma1,\ odma_lib \ )) |