diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-06-06 10:22:38 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-06-06 10:22:38 +0000 |
commit | 82c38820c678bcf17b9c51961cee048835e02c46 (patch) | |
tree | 356d66cf8c5ff8c4e235623ff10f6c9674fecb70 /ucbhelper | |
parent | 09db00af4a7230c59254afc5d1ce14791aa6433c (diff) |
#87187# - Added cancelcommandexecution.obj.
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk index 91faa5d2dc4b..d47f589380ef 100644 --- a/ucbhelper/source/provider/makefile.mk +++ b/ucbhelper/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: kso $ $Date: 2001-05-29 13:02:44 $ +# last change: $Author: kso $ $Date: 2001-06-06 11:22:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,8 @@ SLOFILES=\ $(SLO)$/simpleinteractionrequest.obj \ $(SLO)$/simpleauthenticationrequest.obj \ $(SLO)$/simplenameclashresolverequest.obj \ - $(SLO)$/simpleioerrorrequest.obj + $(SLO)$/simpleioerrorrequest.obj \ + $(SLO)$/cancelcommandexecution.obj .ENDIF |