summaryrefslogtreecommitdiffstats
path: root/konsole/konsole
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-12 18:24:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-12 18:50:07 +0200
commitbfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6 (patch)
tree2e35f9ade51f07e6ef009bf7b3fdfcce106e99de /konsole/konsole
parent56c4daef68fee06d34ac5021b64a0d8bd454b106 (diff)
downloadtdebase-bfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6.tar.gz
tdebase-bfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6.zip
Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
Diffstat (limited to 'konsole/konsole')
-rw-r--r--konsole/konsole/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/CMakeLists.txt b/konsole/konsole/CMakeLists.txt
index 9473db291..68566de4c 100644
--- a/konsole/konsole/CMakeLists.txt
+++ b/konsole/konsole/CMakeLists.txt
@@ -74,5 +74,5 @@ set( ${target}_SRCS
tde_add_tdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} dl
+ LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${DL_LIBRARIES}
)