diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 13:17:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:36:42 +0200 |
commit | 9eed485db35b14f4c4bf0a5849b4baf0039e4293 (patch) | |
tree | de5ee079188fc007a09844dca8ffb7ceb07740c9 /solenv | |
parent | 2b3fc45d256b1969cd0bbd4601eb70d03801d07f (diff) |
bin i18npool/version.mk, hardcode the version
This makefile must be included from other makefiles, which means it must
be delivered first, which does not play so well with gbuild's
all-in-one-process build. Because the version has not changed once since
the library was introduced in 2006, I consider this just an unecessary
complication of already complex build process.
Change-Id: I8304f0e8ef9e59a046b10f423dbe61d75e3fc5c2
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/libs.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index c8259bdad856..92f9e2223e56 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -26,7 +26,6 @@ #************************************************************************* LIBSMKREV!:="$$Revision: 1.134.2.3 $$" -.INCLUDE .IGNORE : i18npool/version.mk .INCLUDE .IGNORE : comphelper/version.mk .INCLUDE .IGNORE : ucbhelper/version.mk .INCLUDE .IGNORE : connectivity/version.mk @@ -67,7 +66,7 @@ ICUUCLIB=-licuuc ICUDATALIB=-licudata .ENDIF I18NUTILLIB=-li18nutil$(COMID) -I18NISOLANGLIB=-li18nisolang$(ISOLANG_MAJOR)$(COMID) +I18NISOLANGLIB=-li18nisolang1$(COMID) I18NREGEXPLIB=-li18nregexp$(DLLPOSTFIX) SALHELPERLIB=-luno_salhelper$(COMID_WITH_VERSION) XMLSCRIPTLIB =-lxcr$(DLLPOSTFIX) |