diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:26:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:26:12 +0000 |
commit | 71bc076b2b18b197bf734f35a0715bb4d12f8b1d (patch) | |
tree | 26ad25b4977a9d9e88203d5ecfde305a421a07a9 /unotools/source/ucbhelper | |
parent | 5e9d0c195f69f3a5f021b09919c47fddca655c06 (diff) |
INTEGRATION: CWS fwk03 (1.11.16); FILE MERGED
2003/05/16 10:26:50 abi 1.11.16.1: #93735# added condition.obj
Diffstat (limited to 'unotools/source/ucbhelper')
-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 ---------------------------------- |