diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-07 09:10:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-07 09:10:28 +0000 |
commit | 8378cb9244e9b74b2ace4bf78a90f2175d46c2b8 (patch) | |
tree | 5a2829baf87417f4389476ccf962f35e723f0a1c /configmgr | |
parent | 0b729831e6edc33fdc0370e73278273c0e0a7f1d (diff) |
INTEGRATION: CWS cfgimpex (1.3.46); FILE MERGED
2004/12/10 09:06:07 jb 1.3.46.1: #118253# Add new LocalMultiStratum for modularized installation
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localbe/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/localbe/makefile.mk b/configmgr/source/localbe/makefile.mk index 2d31d5e10dc7..34060e28f5ed 100644 --- a/configmgr/source/localbe/makefile.mk +++ b/configmgr/source/localbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-03-30 14:59:25 $ +# last change: $Author: rt $ $Date: 2005-01-07 10:10:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,9 @@ SLOFILES=\ $(SLO)$/localdataimportsvc.obj \ $(SLO)$/localhierarchybrowsersvc.obj \ $(SLO)$/localschemasupplier.obj \ + $(SLO)$/localstratumbase.obj \ $(SLO)$/localsinglestratum.obj \ + $(SLO)$/localmultistratum.obj \ $(SLO)$/localfilehelper.obj # --- Targets ---------------------------------- |