diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-23 08:58:23 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-23 08:58:23 +0000 |
commit | da5cf14070cdfee1c2ade59abefc42c807d9f2e2 (patch) | |
tree | fbab96dc9369df9dca33b98c3c4a20d119984191 /xmlsecurity/util | |
parent | 04ac865258452a8775bb248536504a23eea8b243 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/makefile.mk | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk index 1780605e0..f652e78e0 100644 --- a/xmlsecurity/util/makefile.mk +++ b/xmlsecurity/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: mmi $ $Date: 2004-07-23 03:00:42 $ +# last change: $Author: mt $ $Date: 2004-07-23 09:58:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -160,7 +160,8 @@ SHL4TARGET=$(TARGET) SHL4LIBS=\ $(SLB)$/helper.lib \ $(SLB)$/dialogs.lib \ - $(SLB)$/component.lib + $(SLB)$/component.lib \ + $(SLB)$/xs_comm.lib SHL4STDLIBS=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ @@ -177,13 +178,14 @@ SHL4STDLIBS=\ $(SFXLIB) \ $(XMLOFFLIB) \ $(SVXLIB) - + +#MT: Remove ixml2 and xs_comm (above) by cerating service for base encodings .IF "$(GUI)"=="WNT" -SHL4STDLIBS+= "xmlsec.lib" "xsec_xmlsec.lib" +SHL4STDLIBS+= "ixml2.lib" "xmlsec.lib" "xsec_xmlsec.lib" .ELSE -SHL4STDLIBS+= "-lxmlsec" "-lxsec_xmlsec" +SHL4STDLIBS+= "-lxml2" "-lxmlsec" "-lxsec_xmlsec" .ENDIF - + SHL4VERSIONMAP = xmlsecurity.map SHL4DEPN= |