From 4ec76bdeeb000881cf46c78166dc02badb4f44db Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Feb 2020 08:46:02 +0200 Subject: add some libs to libmerged another small chunk of libs shared by calc/write/impress, doing this in stages in case anything goes wrong. Change-Id: Ica162828565e825b8eaeb223eb3ab132880a6279 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89166 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/gbuild/extensions/pre_MergedLibsList.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'solenv') diff --git a/solenv/gbuild/extensions/pre_MergedLibsList.mk b/solenv/gbuild/extensions/pre_MergedLibsList.mk index 9cb91a5d4a15..976de14e8967 100644 --- a/solenv/gbuild/extensions/pre_MergedLibsList.mk +++ b/solenv/gbuild/extensions/pre_MergedLibsList.mk @@ -83,13 +83,24 @@ MERGE_LIBRARY_LIST := \ svx \ svxcore \ syssh \ + textfd \ tk \ tl \ ucb1 \ ucbhelper \ ucpexpand1 \ + ucpext \ + ucphier1 \ + ucpimage \ ucpfile1 \ + ucptdoc1 \ + unordf \ unoxml \ + $(if $(ENABLE_ONLINE_UPDATE), \ + updatecheckui \ + updchk \ + ) \ + updatefeed \ utl \ uui \ vcl \ -- cgit