diff options
Diffstat (limited to 'scripting/source')
-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 ------------------------------------------------------ |