diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:57:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:57:29 +0000 |
commit | 1e35297494d5b7fa4b8d3effa6c971b41cc3d3c6 (patch) | |
tree | 990d74c644aab7286748d295419abb6d7983c20a | |
parent | d41b1ee8161ff5ecb60945ed39deafb1e6d86158 (diff) |
INTEGRATION: CWS xmlsec06 (1.4.2); FILE MERGED
2004/11/05 08:21:25 mt 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED
2004/10/12 08:30:52 mmi 1.4.2.1: add error detail information
Issue number:
Submitted by:
Reviewed by:
-rw-r--r-- | xmlsecurity/source/xmlsec/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk index 18616da7bbe8..4a9c8f043351 100644 --- a/xmlsecurity/source/xmlsec/makefile.mk +++ b/xmlsecurity/source/xmlsec/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pjunck $ $Date: 2004-10-27 14:57:14 $ +# last change: $Author: rt $ $Date: 2004-11-26 14:57:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,7 @@ SLOFILES = \ $(SLO)$/xmlelementwrapper_xmlsecimpl.obj \ $(SLO)$/certificateextension_xmlsecimpl.obj \ $(SLO)$/xmlstreamio.obj \ + $(SLO)$/errorcallback.obj \ $(SLO)$/xsec_xmlsec.obj # --- Targets ------------------------------------------------------ |