diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 10:54:37 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 10:54:37 +0000 |
commit | f96d7ee076c5c621dde356d5cff4f3d5789d3bdb (patch) | |
tree | 934e1c4acbf2ea3d805fc8cb18c3f297fdab7828 /comphelper/util | |
parent | 97825754334b6db325cf3df5d45a24ae2058c08b (diff) |
INTEGRATION: CWS loadenv01 (1.5.98); FILE MERGED
2004/03/15 08:41:22 as 1.5.98.1: #i24378# new dependency to ucbhelper
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk index 04f7e074ce78..f5d6a22f131c 100644 --- a/comphelper/util/makefile.mk +++ b/comphelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-04-28 16:23:13 $ +# last change: $Author: svesik $ $Date: 2004-04-21 11:54:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,6 +89,7 @@ SHL1STDLIBS= \ $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ + $(UCBHELPERLIB) \ $(VOSLIB) SHL1DEPN= |