diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-16 14:47:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-16 14:47:11 +0100 |
commit | c85c4bd785eb4704e7c356dfb8ae35a8d4ede2a6 (patch) | |
tree | 5fd219b127e1097eb692a158d1a9e061ccc99997 /xmlsecurity | |
parent | 22ba66e403efddd6e861051848571c8c2274742e (diff) |
park this as close to linking
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Library_xsec_xmlsec.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk index d06792759a1d..f51fd9d9143c 100644 --- a/xmlsecurity/Library_xsec_xmlsec.mk +++ b/xmlsecurity/Library_xsec_xmlsec.mk @@ -52,9 +52,16 @@ $(eval $(call gb_Library_add_defs,xsec_xmlsec,\ -DXMLSEC_NO_XSLT \ )) +ifeq ($(OS),WNT) +$(eval $(call gb_Library_add_linked_libs,xsec_xmlsec,\ + xmlsec1 \ +)) +else $(eval $(call gb_Library_add_linked_static_libs,xsec_xmlsec,\ xmlsec1 \ )) +endif + $(eval $(call gb_Library_add_linked_libs,xsec_xmlsec,\ comphelper \ @@ -94,7 +101,7 @@ $(eval $(call gb_Library_add_defs,xsec_xmlsec,\ -DXMLSEC_CRYPTO_MSCRYPTO \ )) -$(eval $(call gb_Library_add_linked_static_libs,xsec_xmlsec,\ +$(eval $(call gb_Library_add_linked_libs,xsec_xmlsec,\ xmlsec1-mscrypto \ )) |