diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:30:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:30:53 +0000 |
commit | 4b014b8ee47e274ea1d14ab5ccb524f7bce2651c (patch) | |
tree | 07dce3f24cd1728ff8f46e414fb624f24ae43310 /unotools | |
parent | df3ef1c04a53d16f456d9cfcb4899ed70a84205a (diff) |
INTEGRATION: CWS internatiodel (1.16.32); FILE MERGED
2006/02/10 19:32:57 er 1.16.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'unotools')
-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 dbc7176b8617..fa901cead7d4 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:52:52 $ +# last change: $Author: vg $ $Date: 2006-04-07 16:30:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ SHL1STDLIBS= \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ + $(I18NISOLANGLIB) \ $(TOOLSLIB) \ $(VOSLIB) \ $(SALLIB) |