diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-22 13:23:25 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-22 13:23:57 +0200 |
commit | 3e69b7bcd3e4a9cb1a29360c905e7fba96365999 (patch) | |
tree | 74f16bc48754629a299cd5abfb74e73081ff6f95 | |
parent | 1159ab61494bf82fbb2a92ea52015b85501418d1 (diff) |
sw: use xsec_xmlsec.windows on WNT
Change-Id: I9cb9bce9d30230d48daf2f1deccaf52014b79296
-rw-r--r-- | sw/CppunitTest_sw_macros_test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk index 7b68efff6919..a33fe67837ea 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)) |