diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:22:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:22:14 +0000 |
commit | 3af58ffba19c057e1d26802979b624e5fa48d36c (patch) | |
tree | 62352aacbd2c9d7195e4bb39faf6f9b5bc47485e /sw/util | |
parent | 172c1712bb9209204c78ca36444a9f27c6448d60 (diff) |
INTEGRATION: CWS internatiodel (1.53.108); FILE MERGED
2006/02/10 19:31:01 er 1.53.108.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index aea4e91fe602..c869fa8e0f06 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.53 $ +# $Revision: 1.54 $ # -# last change: $Author: rt $ $Date: 2005-11-08 17:34:09 $ +# last change: $Author: vg $ $Date: 2006-04-07 15:22:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -118,6 +118,7 @@ SHL1STDLIBS+= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ |