[Libreoffice-commits] core.git: sw/CppunitTest_sw_macros_test.mk

Michael Stahl mstahl at redhat.com
Thu May 22 04:27:44 PDT 2014


 sw/CppunitTest_sw_macros_test.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e69b7bcd3e4a9cb1a29360c905e7fba96365999
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu May 22 13:23:25 2014 +0200

    sw: use xsec_xmlsec.windows on WNT
    
    Change-Id: I9cb9bce9d30230d48daf2f1deccaf52014b79296

diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk
index 7b68eff..a33fe67 100644
--- a/sw/CppunitTest_sw_macros_test.mk
+++ b/sw/CppunitTest_sw_macros_test.mk
@@ -98,7 +98,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\
 	unoxml/source/rdf/unordf \
 	unoxml/source/service/unoxml \
 	xmloff/util/xo \
-	xmlsecurity/util/xsec_xmlsec \
+	xmlsecurity/util/$(if $(filter WNT,$(OS)),xsec_xmlsec.windows,xsec_xmlsec) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))


More information about the Libreoffice-commits mailing list