diff options
Diffstat (limited to 'desktop/Library_offacc.mk')
-rw-r--r-- | desktop/Library_offacc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Library_offacc.mk b/desktop/Library_offacc.mk index e556cb724d44..cb088c026b73 100644 --- a/desktop/Library_offacc.mk +++ b/desktop/Library_offacc.mk @@ -31,12 +31,12 @@ $(eval $(call gb_Library_set_include,offacc,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_add_api,offacc,\ +$(eval $(call gb_Library_use_api,offacc,\ offapi \ udkapi \ )) -$(eval $(call gb_Library_add_linked_libs,offacc,\ +$(eval $(call gb_Library_use_libraries,offacc,\ cppu \ cppuhelper \ sal \ |