diff options
author | Philipp Lohmann <pl@openoffice.org> | 2000-11-28 09:02:59 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2000-11-28 09:02:59 +0000 |
commit | 3c28c05cdf8e26b176d107bec3b4d89f181f0703 (patch) | |
tree | 5f2a0717fd06b8261a48a648a7a7cb0a01b9980c /extensions/source/plugin/util | |
parent | fc65cfd517db2cafaad8f1a92a69872bc431bd96 (diff) |
#80561# use SvtPathOptions instead of Settings service
Diffstat (limited to 'extensions/source/plugin/util')
-rw-r--r-- | extensions/source/plugin/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/plugin/util/makefile.mk b/extensions/source/plugin/util/makefile.mk index 53daf359d4ca..6bb0f4eece17 100644 --- a/extensions/source/plugin/util/makefile.mk +++ b/extensions/source/plugin/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:16:51 $ +# last change: $Author: pl $ $Date: 2000-11-28 10:02:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,6 +99,7 @@ SHL1LINKLIB = $(SLB)$/plos2.lib SHL1STDLIBS=\ $(SHL1OWNLIB) \ + $(SVTOOLLIB) \ $(VCLLIB) \ $(TOOLSLIB) \ $(TKLIB) \ |