From 8facc8e9863a87890c62c97158fceb5c9bbb6c21 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 4 Apr 2013 21:49:33 +0300 Subject: List more libraries in an attempt to make tinderbox builds work Change-Id: I21e6affaf08322f9e9cf1554e76f935f2c3e29b3 --- ios/Executable_LibreOffice.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ios') diff --git a/ios/Executable_LibreOffice.mk b/ios/Executable_LibreOffice.mk index badc09f899c6..07c040e3ba55 100644 --- a/ios/Executable_LibreOffice.mk +++ b/ios/Executable_LibreOffice.mk @@ -40,11 +40,16 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ # it likely that all necessary libraries are built before this # executable is. $(eval $(call gb_Executable_use_libraries,LibreOffice,\ + for \ + msfilter \ msword \ + oox \ sal \ sc \ scfilt \ sdfilt \ + svt \ + svx \ swui \ )) -- cgit