diff options
author | Kurt Zenker <kz@openoffice.org> | 2000-11-07 13:21:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2000-11-07 13:21:09 +0000 |
commit | 9f415801c2ea251c9a83ab7364ad6fdad8b0348c (patch) | |
tree | 47918eddb297317797d45ac12db0114a0998e4b3 /basic/util/makefile.mk | |
parent | 3fbef44e061f5bcf7e06718988adf3dcbdca1cd4 (diff) |
UNOTOOLSLIB is still needed
Diffstat (limited to 'basic/util/makefile.mk')
-rw-r--r-- | basic/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 619e983cccae..2dabdc60f7be 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: fs $ $Date: 2000-11-02 12:03:49 $ +# last change: $Author: kz $ $Date: 2000-11-07 14:21:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,7 +111,8 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(SALLIB) \ $(SVMEMLIB) \ - $(COMPHELPERLIB) + $(COMPHELPERLIB) \ + $(UNOTOOLSLIB) .IF "$(GUI)"=="WNT" SHL1STDLIBS+=$(LIBCIMT) |