diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-03-01 09:18:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-03-01 09:18:52 +0000 |
commit | d774d5bd2071ba67fc31e2586ea26d4abb49ef7f (patch) | |
tree | 1a2b78149874f71c259e58ca8df359559147b724 /package/util | |
parent | 682aa3d2d1f41c66d5c8d80c43bfe5651551fdbb (diff) |
#87576# We need to link against TOOLSLIB and UNOTOOLSLIB because of MAV's change in source/zippackage/Zippackage.cxx rev 1.78
Diffstat (limited to 'package/util')
-rw-r--r-- | package/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
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) |