summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-05-28 09:55:35 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-05-28 09:55:35 +0000
commit3c68cf9a4858e7ba14a9669d365dc0c56df18901 (patch)
treef98d61090aa710e5c4eb965921b75b66f1734929 /ucbhelper
parented6fdc332eeae564480d2fd17e8edb494c738738 (diff)
#87187# - Added interactionrequest.obj, simpleinteractionrequest.obj,
simpleauthenticationrequest.obj
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/provider/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk
index 59db770032a4..8c755db91ee5 100644
--- a/ucbhelper/source/provider/makefile.mk
+++ b/ucbhelper/source/provider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: pluby $ $Date: 2001-03-02 07:20:29 $
+# last change: $Author: kso $ $Date: 2001-05-28 10:55:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,7 +91,10 @@ SLOFILES=\
$(SLO)$/resultset.obj \
$(SLO)$/resultsethelper.obj \
$(SLO)$/provconf.obj \
- $(SLO)$/commandenvironmentproxy.obj
+ $(SLO)$/commandenvironmentproxy.obj \
+ $(SLO)$/interactionrequest.obj \
+ $(SLO)$/simpleinteractionrequest.obj \
+ $(SLO)$/simpleauthenticationrequest.obj
.ENDIF