summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_osl_profile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/CppunitTest_sal_osl_profile.mk')
-rw-r--r--sal/CppunitTest_sal_osl_profile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/CppunitTest_sal_osl_profile.mk b/sal/CppunitTest_sal_osl_profile.mk
index 1195b7d55eb1..87d587f6632f 100644
--- a/sal/CppunitTest_sal_osl_profile.mk
+++ b/sal/CppunitTest_sal_osl_profile.mk
@@ -35,7 +35,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_profile, \
$(eval $(call gb_CppunitTest_use_libraries,sal_osl_profile, \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_profile))
+
# vim: set noet sw=4 ts=4: