diff options
author | Michael Mi <mmi@openoffice.org> | 2004-07-14 02:56:55 +0000 |
---|---|---|
committer | Michael Mi <mmi@openoffice.org> | 2004-07-14 02:56:55 +0000 |
commit | 45f8145b76b62fc9ac273bc19502f99b628821c9 (patch) | |
tree | 1d81e8aff1709248d70c91d9546c468eaf39491f /xmlsecurity/util | |
parent | db32d8993379ffe0e67bf6625565b1ec615a1c56 (diff) |
bugfix in makefile.mk
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/makefile.mk | 6 |
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 |