diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:29:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:29:14 +0000 |
commit | 3f8e4f2e46b03c38a1b8c07a47ecb6486605eb4d (patch) | |
tree | 30a012aaf11a1fb832184a5287ff909b9c053c67 /scripting/util | |
parent | 160331f86e37a654968d599989f6dc1b81c1b62f (diff) |
INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED
2004/05/06 12:56:08 npower 1.4.4.1: #i28812# MiscUtils.hxx file adds requirment for UCBHelper libs, so this is added to link
Diffstat (limited to 'scripting/util')
-rw-r--r-- | scripting/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/util/makefile.mk b/scripting/util/makefile.mk index 2ae3595d2f20..3c13b1bf6510 100644 --- a/scripting/util/makefile.mk +++ b/scripting/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2004-01-05 14:42:07 $ +# last change: $Author: rt $ $Date: 2004-05-19 08:29:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,6 +88,7 @@ SHL1STDLIBS+=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ + $(UCBHELPERLIB) \ $(SALLIB) |