diff options
Diffstat (limited to 'io/Library_textoutstream.mk')
-rw-r--r-- | io/Library_textoutstream.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk index 6de90504ba73..0fdaf7ffd9c9 100644 --- a/io/Library_textoutstream.mk +++ b/io/Library_textoutstream.mk @@ -27,11 +27,11 @@ $(eval $(call gb_Library_Library,textoutstream)) -$(eval $(call gb_Library_add_api,textoutstream,\ +$(eval $(call gb_Library_use_api,textoutstream,\ udkapi \ )) -$(eval $(call gb_Library_add_linked_libs,textoutstream,\ +$(eval $(call gb_Library_use_libraries,textoutstream,\ cppu \ cppuhelper \ sal \ |