diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-05-11 08:29:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-05-11 08:29:00 +0000 |
commit | 1159a460144021932edea99bf3b9f6bada30102e (patch) | |
tree | 86dcc6f78e0b0b3b04e8d3b18b5ebf2d1227dec8 /framework/source/helper | |
parent | 681d15793f86936291aa2616771433f7288e6a16 (diff) |
#65293#
Diffstat (limited to 'framework/source/helper')
-rw-r--r-- | framework/source/helper/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/helper/makefile.mk b/framework/source/helper/makefile.mk index 71987605886d..b1eff28b5702 100644 --- a/framework/source/helper/makefile.mk +++ b/framework/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: fs $ $Date: 2001-05-07 15:08:41 $ +# last change: $Author: rt $ $Date: 2001-05-11 09:29:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,7 @@ CDEFS+=-DCOMPMOD_NAMESPACE=framework # --- Generate ----------------------------------------------------- - $(SLO)$/timerhelper.obj \ +SLOFILES= $(SLO)$/timerhelper.obj \ $(SLO)$/helpagentdispatcher.obj \ $(SLO)$/otasksaccess.obj \ $(SLO)$/ostatusindicatorfactory.obj \ |