summaryrefslogtreecommitdiff
path: root/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-24 10:00:00 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-24 10:00:00 +0200
commit8f39d6f8f2a94738eb017e33e6adcd1fbce1f3a3 (patch)
treee1054c3797aedadb3f28113a7f9a95e3d9db0667 /lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
parentcf1cb514fd04ae9832add36b8c015fd8e762afab (diff)
keep the linked_libs lists sorted
Diffstat (limited to 'lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk')
-rw-r--r--lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
index c571d59b9172..8c44695465f0 100644
--- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
+++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk
@@ -42,10 +42,9 @@ $(eval $(call gb_CppunitTest_add_library_objects,lotuswordpro_test_lotuswordpro,
))
$(eval $(call gb_CppunitTest_add_linked_libs,lotuswordpro_test_lotuswordpro, \
- vcl \
comphelper \
- cppuhelper \
cppu \
+ cppuhelper \
icui18n \
icuuc \
sal \
@@ -53,8 +52,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,lotuswordpro_test_lotuswordpro, \
sot \
svt \
svxcore \
- ucbhelper \
tl \
+ ucbhelper \
+ vcl \
xo \
$(gb_STDLIBS) \
))