summaryrefslogtreecommitdiffstats
path: root/kstartperf
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-28 21:12:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-28 21:12:02 +0200
commit357bffb17e661ff3e293d38055b10c914e1316d9 (patch)
tree2bbeaa83baf6b60446487ce2fd679d2b618757da /kstartperf
parentc6a9117d6f776b7d6d33c2d89d82c3fb1130b651 (diff)
downloadtdesdk-357bffb17e661ff3e293d38055b10c914e1316d9.tar.gz
tdesdk-357bffb17e661ff3e293d38055b10c914e1316d9.zip
Fix hardcoded link to dl library
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kstartperf')
-rw-r--r--kstartperf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/CMakeLists.txt b/kstartperf/CMakeLists.txt
index a9eddb1b..049eb880 100644
--- a/kstartperf/CMakeLists.txt
+++ b/kstartperf/CMakeLists.txt
@@ -24,7 +24,7 @@ link_directories(
tde_add_library( kstartperf SHARED AUTOMOC
SOURCES libkstartperf.c
VERSION 1.0.0
- LINK dl
+ LINK ${DL_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)