diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-04-27 13:56:07 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-04-27 13:56:07 +0000 |
commit | 787cc8b5aaa07db48f7a6857235a7aa15f581713 (patch) | |
tree | 932bb899e5285a874bcabeaef82de65220f040a5 /package/util | |
parent | edfe76376882fea59b5142af1772e63025a05f66 (diff) |
#86409# Support encryption in package files + a couple of optimisations
Diffstat (limited to 'package/util')
-rw-r--r-- | package/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/util/makefile.mk b/package/util/makefile.mk index fed922fc0..ff55409fc 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: mtg $ $Date: 2001-04-19 14:12:12 $ +# last change: $Author: mtg $ $Date: 2001-04-27 14:56:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,11 +91,9 @@ SHL1IMPLIB=i$(TARGET) SHL1VERSIONMAP=exports.map SHL1STDLIBS=\ - $(VOSLIB) \ $(CPPULIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ $(SALLIB) \ $(ZLIB3RDLIB) |