diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-03 14:36:34 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-04 17:58:53 -0500 |
commit | b00254ab2af5115b1a4deaaf7593d287925ebc64 (patch) | |
tree | e0dc72dd20870c9743ff754b37530227fc95d187 /svx | |
parent | 6cd8e92402746a193e4a19a5f31e9ac16318352e (diff) |
make lto work
Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Executable_gengal.bin.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk index e6613e52b24e..74c82784af7a 100644 --- a/svx/Executable_gengal.bin.mk +++ b/svx/Executable_gengal.bin.mk @@ -38,12 +38,15 @@ $(eval $(call gb_Executable_set_include,$(svx_GENGALBIN),\ $(eval $(call gb_Executable_use_external,$(svx_GENGALBIN),boost_headers)) $(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\ + basegfx \ sal \ tl \ svl \ + svt \ comphelper \ cppu \ cppuhelper \ + utl \ vcl \ svxcore \ $(gb_UWINAPI) \ |