diff options
author | François Andriot <francois.andriot@free.fr> | 2014-10-12 18:24:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-10-12 18:50:07 +0200 |
commit | bfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6 (patch) | |
tree | 2e35f9ade51f07e6ef009bf7b3fdfcce106e99de /konsole | |
parent | 56c4daef68fee06d34ac5021b64a0d8bd454b106 (diff) | |
download | tdebase-bfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6.tar.gz tdebase-bfbcf19a2fbfa301b8796f19b71fdee3e8c4fce6.zip |
Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/CMakeLists.txt | 2 |
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} ) |