diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/makefile.mk | 7 |
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 ---------------------------------- |