summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-05-03 11:33:08 +0000
committerCarsten Driesner <cd@openoffice.org>2001-05-03 11:33:08 +0000
commitd0f737020966957dc5941c7c98c5e8dc79eaf4c2 (patch)
treeab6a00de5cd02929e3a2919059310ec6d2ca316b /framework
parentf69501b71351b37192c35d5fa00b4045a74f1f25 (diff)
image producer callback added
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/framework/source/helper/makefile.mk b/framework/source/helper/makefile.mk
index 2dfd9ba61242..5944c38ec415 100644
--- a/framework/source/helper/makefile.mk
+++ b/framework/source/helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: as $ $Date: 2001-05-02 13:00:48 $
+# last change: $Author: cd $ $Date: 2001-05-03 12:33:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,12 +83,13 @@ SLOFILES= $(SLO)$/otasksaccess.obj \
$(SLO)$/ocomponentenumeration.obj \
$(SLO)$/odispatchprovider.obj \
$(SLO)$/odesktopdispatcher.obj \
- $(SLO)$/oframes.obj \
+ $(SLO)$/oframes.obj \
$(SLO)$/opluginframedispatcher.obj \
$(SLO)$/ostatusindicatorfactory.obj \
$(SLO)$/ostatusindicator.obj \
$(SLO)$/ointerceptionhelper.obj \
- $(SLO)$/omenudispatcher.obj
+ $(SLO)$/omenudispatcher.obj \
+ $(SLO)$/imageproducer.obj
# --- Targets ------------------------------------------------------