diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:29:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:29:01 +0000 |
commit | 160331f86e37a654968d599989f6dc1b81c1b62f (patch) | |
tree | 44de9455a718cbd84c6c827fb46a79356f049161 /scripting | |
parent | 082e067bf70465ef39c44a6d468a400696f58edd (diff) |
INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGED
2004/05/06 12:55:01 npower 1.6.4.1: #i28812# added new files for MasterScriptProvider & BrowseNodeFactory services
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/provider/makefile.mk b/scripting/source/provider/makefile.mk index 5e071518e9e8..9367bd12fd97 100644 --- a/scripting/source/provider/makefile.mk +++ b/scripting/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-01-05 14:20:33 $ +# last change: $Author: rt $ $Date: 2004-05-19 08:29:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,9 @@ SLOFILES=\ $(SLO)$/MasterScriptProvider.obj\ $(SLO)$/ActiveMSPList.obj\ $(SLO)$/ProviderCache.obj\ + $(SLO)$/MasterScriptProviderFactory.obj\ + $(SLO)$/BrowseNodeFactoryImpl.obj\ + # --- Targets ------------------------------------------------------ |