diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 13:08:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 13:08:18 +0000 |
commit | 87be397fda0519de57042c5eaef8b74b3adb91cc (patch) | |
tree | 09f2a272670f8c3ecf22a2d04454e9bcf33cccec /scripting/source/basprov | |
parent | d814617b544e7a7e9fd6a5d4263e2fd2e0c162b2 (diff) |
INTEGRATION: CWS scriptingf7 (1.3.32); FILE MERGED
2004/06/12 08:43:53 npower 1.3.32.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )
Diffstat (limited to 'scripting/source/basprov')
-rw-r--r-- | scripting/source/basprov/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/source/basprov/makefile.mk b/scripting/source/basprov/makefile.mk index 13140346b5af..2ae545fa9dbc 100644 --- a/scripting/source/basprov/makefile.mk +++ b/scripting/source/basprov/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: tbe $ $Date: 2003-11-07 13:44:27 $ +# last change: $Author: hr $ $Date: 2004-07-23 14:08:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,6 +99,7 @@ SHL1STDLIBS= \ $(BASICLIB) \ $(SVTOOLLIB) \ $(TOOLSLIB) \ + $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ |