diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 09:07:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 09:07:25 +0000 |
commit | f05ba592314c078fa49b7c10555b8dc308ee8281 (patch) | |
tree | 1f20c04f84846d0c7c67999d34418f6fa87a48c6 /sw | |
parent | acc1ae6c7c7471e54c4c8829f327b0142f9ffc2f (diff) |
INTEGRATION: CWS maybeb (1.44.108); FILE MERGED
2005/02/28 11:41:52 abi 1.44.108.3: RESYNC: (1.46-1.47); FILE MERGED
2005/01/20 17:44:16 abi 1.44.108.2: RESYNC: (1.44-1.46); FILE MERGED
2004/12/16 09:33:37 abi 1.44.108.1: #i33293# using thread for reread
Diffstat (limited to 'sw')
-rw-r--r-- | sw/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 7f0ae52fa0b5..64811c71742c 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.47 $ +# $Revision: 1.48 $ # -# last change: $Author: kz $ $Date: 2005-01-18 15:28:03 $ +# last change: $Author: obo $ $Date: 2005-03-15 10:07:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -151,7 +151,8 @@ SHL1STDLIBS+= \ $(CPPULIB) \ $(VOSLIB) \ $(SALLIB) \ - $(ICUUCLIB) \ + $(SALHELPERLIB) \ + $(ICUUCLIB) \ $(I18NUTILLIB) \ $(AVMEDIALIB) |