summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_ucalc.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-25 13:29:44 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-25 20:05:45 +0200
commita7a79ee92d5663248abdc3f6d1476e28c1abda6a (patch)
treec9c2e02a301b88d770f38680c10b4f6ef3d84606 /sc/CppunitTest_sc_ucalc.mk
parent5cec4ea827570a5bb0a368025f3733b841107d07 (diff)
Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
Diffstat (limited to 'sc/CppunitTest_sc_ucalc.mk')
-rw-r--r--sc/CppunitTest_sc_ucalc.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index b4397368bcb9..ead35fa2be83 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -31,6 +31,7 @@ endif
$(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\
boost_headers \
+ $(call gb_Helper_optional,CLCC,clew) \
icu_headers \
icui18n \
icuuc \
@@ -105,13 +106,6 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
uui/util/uui \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
- -ldl \
- -lrt \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
# vim: set noet sw=4 ts=4: