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