From 777c06e8cc25a8c7a6248a4c6bf72bec9f236c78 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Tue, 29 May 2001 12:02:44 +0000 Subject: #87187# - Added simpleioerrorrequest.obj --- ucbhelper/source/provider/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk index 9dec36ac9d68..91faa5d2dc4b 100644 --- a/ucbhelper/source/provider/makefile.mk +++ b/ucbhelper/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: kso $ $Date: 2001-05-29 11:48:46 $ +# last change: $Author: kso $ $Date: 2001-05-29 13:02:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,8 @@ SLOFILES=\ $(SLO)$/interactionrequest.obj \ $(SLO)$/simpleinteractionrequest.obj \ $(SLO)$/simpleauthenticationrequest.obj \ - $(SLO)$/simplenameclashresolverequest.obj + $(SLO)$/simplenameclashresolverequest.obj \ + $(SLO)$/simpleioerrorrequest.obj .ENDIF -- cgit