Kaydet (Commit) 3e69b7bc authored tarafından Michael Stahl's avatar Michael Stahl

sw: use xsec_xmlsec.windows on WNT

Change-Id: I9cb9bce9d30230d48daf2f1deccaf52014b79296
üst 1159ab61
...@@ -98,7 +98,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\ ...@@ -98,7 +98,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_macros_test,\
unoxml/source/rdf/unordf \ unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
xmloff/util/xo \ 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)) $(eval $(call gb_CppunitTest_use_configuration,sw_macros_test))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment