diff options
author | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-06-17 13:35:03 +0000 |
---|---|---|
committer | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-06-17 13:35:03 +0000 |
commit | 9fb86e936cc43329fe5cce06ae1161da29399342 (patch) | |
tree | e17948983602c4bb3fab60572406aee8117ed6a1 /configmgr/util/makefile.mk | |
parent | cf2e7a6c7a5b605668058e65b10ff0c6f0a47285 (diff) |
Added localbe.lib
Diffstat (limited to 'configmgr/util/makefile.mk')
-rw-r--r-- | configmgr/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index 974e124abb2b..f99cbc17ea6e 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: jb $ $Date: 2002-05-16 11:02:07 $ +# last change: $Author: cyrillem $ $Date: 2002-06-17 14:35:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,6 +99,7 @@ SHL1LIBS= $(SLB)$/registry.lib \ $(SLB)$/session.lib \ $(SLB)$/misc.lib \ $(SLB)$/backend.lib \ + $(SLB)$/localbe.lib \ $(SLB)$/xml.lib \ $(SLB)$/treemgr.lib \ $(SLB)$/api2.lib \ |