From d774d5bd2071ba67fc31e2586ea26d4abb49ef7f Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 1 Mar 2002 09:18:52 +0000 Subject: #87576# We need to link against TOOLSLIB and UNOTOOLSLIB because of MAV's change in source/zippackage/Zippackage.cxx rev 1.78 --- package/util/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/util') diff --git a/package/util/makefile.mk b/package/util/makefile.mk index a9a7467dc64b..7533008caf89 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: mtg $ $Date: 2001-10-02 22:32:51 $ +# last change: $Author: rt $ $Date: 2002-03-01 10:18:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,8 @@ SHL1STDLIBS=\ $(CPPULIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ + $(UNOTOOLSLIB) \ + $(TOOLSLIB) \ $(SALLIB) \ $(ZLIB3RDLIB) -- cgit