diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:29:26 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:29:26 +0000 |
commit | aaa6a5b97b4af7d6e7bc2f32010860b5b65cd3a9 (patch) | |
tree | 0ab9cab8edb1ed176f8512fc2090d6007c3d096f /unotools/util | |
parent | 03dd38954f995919bd0c94bd7b20dc789ad2fe12 (diff) |
INTEGRATION: CWS loadenv01 (1.13.86); FILE MERGED
2004/03/29 10:59:41 as 1.13.86.1: #i24378# move condition class from comphelper to salhelper
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 9a97f00c76de..48c8a0c8604f 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:39:55 $ +# last change: $Author: svesik $ $Date: 2004-04-21 12:29:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,6 +92,7 @@ SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB=iutl SHL1STDLIBS= \ + $(SALHELPERLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ |