diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-25 13:29:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-25 20:05:45 +0200 |
commit | a7a79ee92d5663248abdc3f6d1476e28c1abda6a (patch) | |
tree | c9c2e02a301b88d770f38680c10b4f6ef3d84606 /sc/CppunitTest_sc_opencl_test.mk | |
parent | 5cec4ea827570a5bb0a368025f3733b841107d07 (diff) |
Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
Diffstat (limited to 'sc/CppunitTest_sc_opencl_test.mk')
-rw-r--r-- | sc/CppunitTest_sc_opencl_test.mk | 7 |
1 files changed, 0 insertions, 7 deletions
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)) |