diff options
author | Michael Mi <mmi@openoffice.org> | 2004-07-19 23:22:39 +0000 |
---|---|---|
committer | Michael Mi <mmi@openoffice.org> | 2004-07-19 23:22:39 +0000 |
commit | 83a22dc4e159fdf47780262cac63bc6ecd8a03da (patch) | |
tree | 7cd5fd8f9a9a5984adcfe91aa62a2241854dade5 /xmlsecurity/util | |
parent | 594f40e128a76c24a639848d46d737f97a131dd2 (diff) |
add "-lxpcomglue"
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 20ac9a8bf42e..370bf542a5a7 100644 --- a/xmlsecurity/util/makefile.mk +++ b/xmlsecurity/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mt $ $Date: 2004-07-19 15:32:21 $ +# last change: $Author: mmi $ $Date: 2004-07-20 00:22:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -134,7 +134,7 @@ SHL2STDLIBS+= "ixml2.lib" "xmlsec.lib" "xmlsec-mscrypto.lib" "crypt32.lib" "adva SHL2STDLIBS+= "ixml2.lib" "nss3.lib" "nspr4.lib" "plc4.lib" "xmlsec.lib" "xmlsec-nss.lib" "xpcom.lib" .ENDIF .ELSE -SHL2STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lplc4" "-lxmlsec" "-lxmlsec-nss" "-lxpcom" +SHL2STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lplc4" "-lxmlsec" "-lxmlsec-nss" "-lxpcom" "-lxpcomglue" .ENDIF SHL2IMPLIB = $(SHL2TARGET) |