diff options
author | Carsten Driesner <cd@openoffice.org> | 2000-10-23 07:27:16 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2000-10-23 07:27:16 +0000 |
commit | 65ef453db07bd208a8f5f8a1c592d53f58da400f (patch) | |
tree | bec478a00e5ea6451b461b288c61562e8a34606d /desktop | |
parent | 8011f260cdcedef9535fa4e7452b2f9e82c9b194 (diff) |
use comphelper lib instead of untools lib - MUST change
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index 454a22a3fc42..50f083ef1c6a 100644 --- a/desktop/util/makefile.mk +++ b/desktop/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 16:15:12 $ +# last change: $Author: cd $ $Date: 2000-10-23 08:27:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,7 +122,8 @@ APP1STDLIBS= \ $(SCLIB) \ $(SBALIB) \ $(SVXLIB) \ - $(UNOTOOLSLIB) + $(UNOTOOLSLIB) \ + $(COMPHELPERLIB) .IF "$(OS)" == "SOLARIS" # for Java applets |