diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-27 11:43:47 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-27 11:43:47 +0900 | 
| commit | 1771f54e32985f1fd4d6e56e18156d5db2fa9a63 (patch) | |
| tree | ccae663e9b73aeb275e0c8a78f6936b232452eff | |
| parent | 9e4c12d17834b502f3422c9f72a19b4ce9460864 (diff) | |
| download | k3b-1771f54e32985f1fd4d6e56e18156d5db2fa9a63.tar.gz k3b-1771f54e32985f1fd4d6e56e18156d5db2fa9a63.zip  | |
Replace dl linking with cmake-based variable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | libk3b/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/CMakeLists.txt b/libk3b/CMakeLists.txt index 8f51d69..0f7dc6f 100644 --- a/libk3b/CMakeLists.txt +++ b/libk3b/CMakeLists.txt @@ -57,6 +57,6 @@ tde_add_library( k3b SHARED AUTOMOC    VERSION 3.0.0    EMBED k3bcore-static cddb-static k3bproject-static k3btools-static      jobs-static k3bplugin-static ${VIDEODVDRIP_LIBRARIES} ${SUBLIBRARIES} -  LINK dl tdeio-shared tdeui-shared k3bdevice-shared +  LINK ${CMAKE_DL_LIBS} tdeio-shared tdeui-shared k3bdevice-shared    DESTINATION ${LIB_INSTALL_DIR}  )  | 
