diff options
-rw-r--r-- | unotools/source/ucbhelper/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/makefile.mk b/unotools/source/ucbhelper/makefile.mk index 868e99917577..41630303e58b 100644 --- a/unotools/source/ucbhelper/makefile.mk +++ b/unotools/source/ucbhelper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:39:52 $ +# last change: $Author: vg $ $Date: 2003-05-26 08:26:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,7 +99,8 @@ SLOFILES=\ $(SLO)$/ucbstreamhelper.obj \ $(SLO)$/tempfile.obj \ $(SLO)$/xtempfile.obj \ - $(SLO)$/progresshandlerwrap.obj + $(SLO)$/progresshandlerwrap.obj \ + $(SLO)$/condition.obj # --- Targets ---------------------------------- |