sw/CppunitTest_sw_tox.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
New commits: commit b85470bab1d3fbedc512e5a5c06a8642ee73ce1b Author: Stephan Bergmann <[email protected]> Date: Thu Jun 19 14:51:44 2014 +0200 Missing link deps Change-Id: I6a96ffd9ab9b5deaed00cc857af30cd9d827d3c2 diff --git a/sw/CppunitTest_sw_tox.mk b/sw/CppunitTest_sw_tox.mk index 960e94b..25ab0fc 100644 --- a/sw/CppunitTest_sw_tox.mk +++ b/sw/CppunitTest_sw_tox.mk @@ -19,18 +19,35 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_tox, \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_tox, \ + $(call gb_Helper_optional,AVMEDIA,avmedia) \ + basegfx \ comphelper \ cppu \ cppuhelper \ + drawinglayer \ editeng \ + i18nlangtag \ + i18nutil \ + lng \ sal \ + salhelper \ + sax \ + sb \ + sfx \ + sot \ + svl \ svt \ svx \ + svxcore \ test \ unotest \ vcl \ + tk \ tl \ + ucbhelper \ utl \ + xmlreader \ + xo \ $(gb_UWINAPI) \ )) @@ -40,6 +57,7 @@ $(eval $(call gb_CppunitTest_use_library_objects,sw_tox, \ $(eval $(call gb_CppunitTest_use_externals,sw_tox, \ boost_headers \ + icuuc \ libxml2 \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
