summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_osl_process.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/CppunitTest_sal_osl_process.mk')
-rw-r--r--sal/CppunitTest_sal_osl_process.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/CppunitTest_sal_osl_process.mk b/sal/CppunitTest_sal_osl_process.mk
index 6a53add92dae..4ee7e3f6eba6 100644
--- a/sal/CppunitTest_sal_osl_process.mk
+++ b/sal/CppunitTest_sal_osl_process.mk
@@ -20,7 +20,9 @@
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+#se_libraries,sal_osl_process,\
+ sal \
+ $(g either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
@@ -34,9 +36,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_process,\
$(eval $(call gb_CppunitTest_use_libraries,sal_osl_process,\
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_osl_process))
+
# Depend on to be tested executable
$(call gb_CppunitTest_get_target,sal_osl_process) : \
$(call gb_Executable_get_target,osl_process_child)