diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 12:55:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 12:55:53 +0000 |
commit | f3485d0009f75dfe14645d415a3302fc1dbfb751 (patch) | |
tree | 5ec6e6f39eaaf2a1b05141e3446eb65dbc033351 /framework | |
parent | a41b1bd5e24ebe5b2238241f2dec6c95d808796a (diff) |
INTEGRATION: CWS imprec01 (1.89.10); FILE MERGED
2005/01/21 10:50:27 lo 1.89.10.4: #i34170# combine session management and autorecovery
2005/01/10 09:04:59 as 1.89.10.3: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx
2005/01/10 07:37:54 as 1.89.10.2: #i39228# move GlobalEventBroadcaster from sfx to framework module
2004/12/15 06:51:21 as 1.89.10.1: #i35842# implement intelligent reschedule
Diffstat (limited to 'framework')
-rw-r--r-- | framework/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index dc33eb617203..66ccd9867aa7 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.89 $ +# $Revision: 1.90 $ # -# last change: $Author: rt $ $Date: 2004-11-26 14:33:51 $ +# last change: $Author: rt $ $Date: 2005-02-02 13:55:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -330,7 +330,10 @@ SHL4OBJS= \ $(SLO)$/progressbarwrapper.obj \ $(SLO)$/statusindicatorinterfacewrapper.obj \ $(SLO)$/uicategorydescription.obj \ - $(SLO)$/vclstatusindicator.obj + $(SLO)$/vclstatusindicator.obj \ + $(SLO)$/wakeupthread.obj \ + $(SLO)$/sessionlistener.obj + SHL4STDLIBS= \ $(FWILIB) \ |