summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/Library_unobootstrapprotector.mk3
-rw-r--r--unotest/Library_unoexceptionprotector.mk3
-rw-r--r--unotest/Library_unotest.mk3
3 files changed, 6 insertions, 3 deletions
diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk
index 4fba9a027607..1da0fd52ccb1 100644
--- a/unotest/Library_unobootstrapprotector.mk
+++ b/unotest/Library_unobootstrapprotector.mk
@@ -37,9 +37,10 @@ $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,unobootstrapprotector))
+
$(eval $(call gb_Library_use_externals,unobootstrapprotector,\
cppunit \
))
diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk
index f7d50c76a9b7..ca5f9c064242 100644
--- a/unotest/Library_unoexceptionprotector.mk
+++ b/unotest/Library_unoexceptionprotector.mk
@@ -36,9 +36,10 @@ $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,unoexceptionprotector))
+
$(eval $(call gb_Library_use_externals,unoexceptionprotector,\
cppunit \
))
diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk
index 809968835707..3c851a3cee54 100644
--- a/unotest/Library_unotest.mk
+++ b/unotest/Library_unotest.mk
@@ -41,9 +41,10 @@ $(eval $(call gb_Library_use_libraries,unotest,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,unotest))
+
$(eval $(call gb_Library_use_externals,unotest,\
cppunit \
))