summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-06-20 09:25:12 +0000
committerCarsten Driesner <cd@openoffice.org>2001-06-20 09:25:12 +0000
commitda98b14c64e888384f531a32826e568f2cb3ccaa (patch)
treeecbc875d8476d457855feab38b466a0939f314ea /framework/util
parent3276bfa548078cb868e2de6ec9ea9192b063ee26 (diff)
#88499# xml based configuration for statusbar
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index b0be883d6bae..0039da4a98d2 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.39 $
+# $Revision: 1.40 $
#
-# last change: $Author: cd $ $Date: 2001-06-18 10:01:26 $
+# last change: $Author: cd $ $Date: 2001-06-20 10:25:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,7 +94,9 @@ LIB1OBJFILES= $(SLO)$/menuconfiguration.obj \
$(SLO)$/toolboxconfiguration.obj \
$(SLO)$/toolboxdocumenthandler.obj \
$(SLO)$/lockhelper.obj \
- $(SLO)$/toolboxlayoutdocumenthandler.obj
+ $(SLO)$/toolboxlayoutdocumenthandler.obj \
+ $(SLO)$/statusbarconfiguration.obj \
+ $(SLO)$/statusbardocumenthandler.obj
# --- services library ----------------------------------------------------