diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
commit | 0dfa4db97352b95ad9b9e88b1585f7cd35f98c4a (patch) | |
tree | 87c966a4cf84b9d0279d74d821d3103d3593cec1 /xmlsecurity/util/makefile.mk | |
parent | 9a18e57dd6cf67324d617f987690a197214449e3 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/util/makefile.mk')
-rw-r--r-- | xmlsecurity/util/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk index cffeb43fd..04728fdb5 100644 --- a/xmlsecurity/util/makefile.mk +++ b/xmlsecurity/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: mt $ $Date: 2004-07-26 06:14:21 $ +# last change: $Author: mt $ $Date: 2004-07-26 07:29:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -162,7 +162,9 @@ SHL4LIBS=\ $(SLB)$/dialogs.lib \ $(SLB)$/component.lib -SHL4OBJS=$(SLO)$/baseencoding.obj +SHL4OBJS=\ + $(SLO)$/baseencoding.obj \ + $(SLO)$/biginteger.obj SHL4STDLIBS=\ $(CPPULIB) \ @@ -183,7 +185,7 @@ SHL4STDLIBS=\ #MT: Remove ixml2 and xs_comm (above) by cerating service for base encodings .IF "$(GUI)"=="WNT" -SHL4STDLIBS+= "ixml2.lib" "xmlsec.lib" "xsec_xmlsec.lib" +SHL4STDLIBS+= "ixml2.lib" "xmlsec.lib" .ELSE SHL4STDLIBS+= "-lxml2" "-lxmlsec" "-lxsec_xmlsec" .ENDIF |