summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-07-06 06:19:18 +0000
committerCarsten Driesner <cd@openoffice.org>2001-07-06 06:19:18 +0000
commit943d5fa066f88af284b28fb4c18dd8e76cfbb8b3 (patch)
tree105d205a10fba9c764216b45dd9bd6391448981f /unotools
parenta1018cb481868f7fcfdef7e6b47c0e2fe81a00fd (diff)
#89023# added helper to read bootstrap.ini
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk
index c9749071354f..b3aa88d5f6c2 100644
--- a/unotools/source/config/makefile.mk
+++ b/unotools/source/config/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: fs $ $Date: 2001-06-14 13:04:56 $
+# last change: $Author: cd $ $Date: 2001-07-06 07:19:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -96,7 +96,8 @@ ENABLE_EXCEPTIONS=TRUE
SLOFILES=\
$(SLO)$/confignode.obj \
$(SLO)$/configitem.obj \
- $(SLO)$/configmgr.obj
+ $(SLO)$/configmgr.obj \
+ $(SLO)$/bootstrap.obj
# --- Targets ----------------------------------