summaryrefslogtreecommitdiff
path: root/xmlsecurity/util/makefile.mk
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-14 02:56:55 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-14 02:56:55 +0000
commit45f8145b76b62fc9ac273bc19502f99b628821c9 (patch)
tree1d81e8aff1709248d70c91d9546c468eaf39491f /xmlsecurity/util/makefile.mk
parentdb32d8993379ffe0e67bf6625565b1ec615a1c56 (diff)
bugfix in makefile.mk
Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/util/makefile.mk')
-rw-r--r--xmlsecurity/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index c0e586f5abc6..387e62fec928 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mt $ $Date: 2004-07-12 13:15:31 $
+# last change: $Author: mmi $ $Date: 2004-07-14 03:56:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -174,7 +174,7 @@ SHL4STDLIBS=\
.IF "$(GUI)"=="WNT"
SHL4STDLIBS+= "xmlsec.lib" "xsec_xmlsec.lib"
.ELSE
-SHL4STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lxmlsec-nss" "-lhelper" "-ldialogs" "-lxsec_xmlsec"
+SHL4STDLIBS+= "-lxmlsec" "-lxsec_xmlsec"
.ENDIF