diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:18:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:18:21 +0000 |
commit | 78e2f743bec06952578d9c58d147d5afd278848a (patch) | |
tree | 609e954b810bdf64c8e59f285c3aeeac99b323f8 /basic/util | |
parent | dc46d572398d6d09e2ace5cf640a88b08feb358d (diff) |
INTEGRATION: CWS ause076 (1.19.16); FILE MERGED
2007/02/28 10:54:59 hjs 1.19.16.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index efa5d035a79b..9d246208adf8 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:01:17 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:18:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ SHL1STDLIBS= \ $(TOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ - $(SVLIB) \ + $(VCLLIB) \ $(VOSLIB) \ $(SALLIB) \ $(COMPHELPERLIB) \ |