diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-10-12 09:48:29 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-10-12 09:48:29 +0000 |
commit | d4ec98f485b970e410f00235e682e6c36400793f (patch) | |
tree | 596203ade3821725c6c680598ecc814c96f42aae /framework/source/helper | |
parent | 6cf86b6e88989dbc672afc7fa1ebc293bceef5ab (diff) |
#78521# build new service helper for status indicator factory
Diffstat (limited to 'framework/source/helper')
-rw-r--r-- | framework/source/helper/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/source/helper/makefile.mk b/framework/source/helper/makefile.mk index 84ca1dc96195..5f57b6e0478b 100644 --- a/framework/source/helper/makefile.mk +++ b/framework/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: as $ $Date: 2000-09-26 13:01:15 $ +# last change: $Author: as $ $Date: 2000-10-12 10:48:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,7 +86,9 @@ SLOFILES= $(SLO)$/otasksaccess.obj \ $(SLO)$/opluginframedispatcher.obj \ $(SLO)$/oinstanceprovider.obj \ $(SLO)$/opluginframefactory.obj \ - $(SLO)$/opipeconnection.obj + $(SLO)$/opipeconnection.obj \ + $(SLO)$/ostatusindicatorfactory.obj \ + $(SLO)$/ostatusindicator.obj # --- Targets ------------------------------------------------------ |