summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-26 05:14:21 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-26 05:14:21 +0000
commit2c16e861d922a9ab9150083e1e7311727f78dc23 (patch)
tree39d79e13bde4f105f66e4256ef987abe4c0baafb /xmlsecurity/util
parentce749e09bedaa501990200ff826774d2112ffe44 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index f652e78e0539..cffeb43fdb96 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: mt $ $Date: 2004-07-23 09:58:23 $
+# last change: $Author: mt $ $Date: 2004-07-26 06:14:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -160,8 +160,10 @@ SHL4TARGET=$(TARGET)
SHL4LIBS=\
$(SLB)$/helper.lib \
$(SLB)$/dialogs.lib \
- $(SLB)$/component.lib \
- $(SLB)$/xs_comm.lib
+ $(SLB)$/component.lib
+
+SHL4OBJS=$(SLO)$/baseencoding.obj
+
SHL4STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \