diff options
author | Jörg Barfurth <jb@openoffice.org> | 2000-11-07 13:48:09 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2000-11-07 13:48:09 +0000 |
commit | c3fb86eac70f3496429e8cb2edd86e05390fffba (patch) | |
tree | cd6ff2c1abc574e13aba1829649c8e823b4b9160 | |
parent | 389d73da4b87a4c0656432bfa3bfbde51c2e637c (diff) |
added the new api layer and model (api2/treemgr)
-rw-r--r-- | configmgr/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index ca92f116e0af..04b05348069e 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:13:43 $ +# last change: $Author: jb $ $Date: 2000-11-07 14:48:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,6 +90,8 @@ SHL1LIBS= $(SLB)$/registry.lib \ $(SLB)$/session.lib \ $(SLB)$/misc.lib \ $(SLB)$/xml.lib \ + $(SLB)$/treemgr.lib \ + $(SLB)$/api2.lib \ $(SLB)$/api.lib \ $(SLB)$/cm.lib |