diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-02 10:12:12 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-02 10:12:12 +0000 |
commit | 93cdfed8252ec595d2abbed7f5fae53bb5ef8cec (patch) | |
tree | be99e515e45e1edcdc13aaa39c8437ea03ae20fb /toolkit/util/makefile.mk | |
parent | 4616d9d4d91efb42d6cab20f8d035929ab9356a0 (diff) |
unotools -> comphelper
Diffstat (limited to 'toolkit/util/makefile.mk')
-rw-r--r-- | toolkit/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk index 652409af0725..5f7f509a7325 100644 --- a/toolkit/util/makefile.mk +++ b/toolkit/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:02:09 $ +# last change: $Author: fs $ $Date: 2000-11-02 11:08:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,7 @@ SHL1STDLIBS=\ $(TOOLSLIB) \ $(SOTLIB) \ $(VOSLIB) \ - $(UNOTOOLSLIB) \ + $(COMPHELPERLIB) \ $(VCLLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ |