summaryrefslogtreecommitdiff
path: root/salhelper/CppunitTest_salhelper_checkapi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/CppunitTest_salhelper_checkapi.mk')
-rw-r--r--salhelper/CppunitTest_salhelper_checkapi.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/salhelper/CppunitTest_salhelper_checkapi.mk b/salhelper/CppunitTest_salhelper_checkapi.mk
index 6ebc52ef5b19..fb2361db4fa4 100644
--- a/salhelper/CppunitTest_salhelper_checkapi.mk
+++ b/salhelper/CppunitTest_salhelper_checkapi.mk
@@ -45,7 +45,8 @@ $(call gb_CxxObject_get_target,salhelper/qa/checkapi/strings) :| \
$(eval $(call gb_CppunitTest_use_libraries,salhelper_checkapi,\
salhelper \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,salhelper_checkapi))
+
# vim: set noet sw=4 ts=4: