From a7a79ee92d5663248abdc3f6d1476e28c1abda6a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 Nov 2014 13:29:44 +0200 Subject: Move clew into a library of its own Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec --- sc/CppunitTest_sc_opencl_test.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sc/CppunitTest_sc_opencl_test.mk') diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk index 8fa8837df184..16ebd5e32bd0 100644 --- a/sc/CppunitTest_sc_opencl_test.mk +++ b/sc/CppunitTest_sc_opencl_test.mk @@ -107,13 +107,6 @@ $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\ xmloff/util/xo \ )) -ifeq ($(OS),LINUX) -$(eval $(call gb_CppunitTest_add_libs,sc_opencl_test,\ - -ldl \ - -lrt \ -)) -endif - $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test)) $(eval $(call gb_CppunitTest_use_filter_configuration,sc_opencl_test)) -- cgit