diff options
author | Mathias Bauer <mba@openoffice.org> | 2000-12-01 10:54:31 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2000-12-01 10:54:31 +0000 |
commit | d891a6509ad5a317eb03b1141138ad4f53351814 (patch) | |
tree | 7aadbe277312bcf40386be4f6208b94fa54d050d /unotools | |
parent | 5cd74a60daf891317630967525f23dd960ebc52d (diff) |
#80466#: LocalFileHelper.cxx
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/makefile.mk b/unotools/source/ucbhelper/makefile.mk index 9060e9a9b3a6..0fb70849dcc3 100644 --- a/unotools/source/ucbhelper/makefile.mk +++ b/unotools/source/ucbhelper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mba $ $Date: 2000-11-02 10:24:49 $ +# last change: $Author: mba $ $Date: 2000-12-01 11:54:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,7 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES=\ $(SLO)$/ucblockbytes.obj \ + $(SLO)$/localfilehelper.obj \ $(SLO)$/ucbstreamhelper.obj \ $(SLO)$/tempfile.obj |