diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:46:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:46:54 +0000 |
commit | 5f99a7391ea09b6f755053d7112dbb18a917568a (patch) | |
tree | e7aae968bb20b9de28b1c33c08670f64e058eedf /basctl/util | |
parent | 93415a365062f3983d24aaf7a4bcbb57da22d370 (diff) |
INTEGRATION: CWS ab20lib (1.21.22); FILE MERGED
2006/04/03 14:28:08 ab 1.21.22.1: #132601# Implemented library export functionality
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index 39e72013d839..c309eb86344b 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:23:26 $ +# last change: $Author: vg $ $Date: 2006-04-07 08:46:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,7 @@ SHL1STDLIBS= \ $(XMLSCRIPTLIB) \ $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ + $(UCBHELPERLIB) \ $(CPPULIB) \ $(SALLIB) |