diff options
-rw-r--r-- | ucb/source/ucp/tdoc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/makefile.mk b/ucb/source/ucp/tdoc/makefile.mk index f998adb9b967..e39fdb5111c6 100644 --- a/ucb/source/ucp/tdoc/makefile.mk +++ b/ucb/source/ucp/tdoc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-04-14 13:40:32 $ +# last change: $Author: obo $ $Date: 2004-05-28 15:14:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,8 @@ SLOFILES=\ $(SLO)$/tdoc_resultset.obj \ $(SLO)$/tdoc_fakedrootstorage.obj \ $(SLO)$/tdoc_documentcontentfactory.obj \ - $(SLO)$/tdoc_passwordrequest.obj + $(SLO)$/tdoc_passwordrequest.obj \ + $(SLO)$/tdoc_stgelems.obj LIB1TARGET=$(SLB)$/_$(TARGET).lib LIB1OBJFILES=$(SLOFILES) |