[Libreoffice-commits] .: sal/CppunitTest_sal_osl_module.mk

Lubos Lunak llunak at kemper.freedesktop.org
Sun Mar 18 04:19:36 PDT 2012


 sal/CppunitTest_sal_osl_module.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit eb1ffc1a21ec5e205ab7933200c45e52a67155a4
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sun Mar 18 12:18:13 2012 +0100

    sal_osl_module depends on Module_DLL (uses the library)

diff --git a/sal/CppunitTest_sal_osl_module.mk b/sal/CppunitTest_sal_osl_module.mk
index e1347a3..ef0e550 100644
--- a/sal/CppunitTest_sal_osl_module.mk
+++ b/sal/CppunitTest_sal_osl_module.mk
@@ -27,6 +27,10 @@
 
 $(eval $(call gb_CppunitTest_CppunitTest,sal_osl_module))
 
+# the test uses the library created by Module_DLL
+$(call gb_CppunitTest_get_target,sal_osl_module) : \
+    $(call gb_CppunitTest_get_target,Module_DLL)
+
 $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_module,\
     sal/qa/osl/module/osl_Module \
 ))


More information about the Libreoffice-commits mailing list