[Libreoffice-commits] core.git: sw/CppunitTest_sw_tox.mk

Stephan Bergmann sbergman at redhat.com
Thu Jun 19 05:52:21 PDT 2014


 sw/CppunitTest_sw_tox.mk |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

New commits:
commit b85470bab1d3fbedc512e5a5c06a8642ee73ce1b
Author: Stephan Bergmann <sbergman at redhat.com>
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 \
 ))
 


More information about the Libreoffice-commits mailing list