diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:10:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:10:34 +0000 |
commit | 8243154570a80ff5d3e82b0ec4dd04c60ba31551 (patch) | |
tree | 7fbaa1171cef6d22720f1c072e3d1fd737254051 /uui/source | |
parent | 1f5ba3271da2bec0acdc2a11003383454dc96ea3 (diff) |
INTEGRATION: CWS tkr05_SRC680 (1.8.40); FILE MERGED
2007/10/01 07:51:55 tkr 1.8.40.1: #31053#: HTTPS Support
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/uui/source/makefile.mk b/uui/source/makefile.mk index 34363fd98a5f..f14084c6478b 100644 --- a/uui/source/makefile.mk +++ b/uui/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: kz $ $Date: 2006-12-13 15:09:32 $ +# last change: $Author: rt $ $Date: 2007-11-07 10:10:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,9 @@ SLOFILES = \ $(SLO)$/passcrtdlg.obj \ $(SLO)$/fltdlg.obj\ $(SLO)$/interactionhandler.obj\ - $(SLO)$/requeststringresolver.obj + $(SLO)$/requeststringresolver.obj\ + $(SLO)$/unknownauthdlg.obj\ + $(SLO)$/sslwarndlg.obj SRS1NAME=$(TARGET) SRC1FILES = \ cookiedg.src \ @@ -62,6 +64,8 @@ SRC1FILES = \ passworddlg.src \ passcrtdlg.src \ passworderrs.src \ - fltdlg.src + fltdlg.src \ + unknownauthdlg.src\ + sslwarndlg.src .INCLUDE: target.mk |