summaryrefslogtreecommitdiffstats
path: root/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk')
-rw-r--r--cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk
index 2d6c943ecc30..ee832217dd03 100644
--- a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk
+++ b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk
@@ -36,7 +36,8 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_unourl,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,cppuhelper_cppu_unourl))
+
# vim: set noet sw=4 ts=4: