diff options
author | Andreas Bille <abi@openoffice.org> | 2002-03-28 11:39:32 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2002-03-28 11:39:32 +0000 |
commit | 94df63de39bdde694c7bd7bb5b40fbc816b38e28 (patch) | |
tree | dd3e6141bbe6c7adec109808b5e3eaeaec678e25 /xmlhelp | |
parent | 1d958817acfd51dddeefa151ab5103b85a590281 (diff) |
#98119# Work aroudn for utl-bug
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk index 2018489a7820..6a9b01e069b8 100644 --- a/xmlhelp/source/cxxhelp/provider/makefile.mk +++ b/xmlhelp/source/cxxhelp/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: abi $ $Date: 2001-11-23 13:54:35 $ +# last change: $Author: abi $ $Date: 2002-03-28 12:39:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,8 @@ SLOFILES=\ $(SLO)$/urlparameter.obj \ $(SLO)$/inputstream.obj \ $(SLO)$/debughelper.obj \ - $(SLO)$/databases.obj + $(SLO)$/databases.obj \ + $(SLO)$/bufferedinputstream.obj # --- Targets ---------------------------------------------------------- |