summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-14 19:49:20 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-20 05:10:28 +0200
commit1c47da4c61eb557da5cf80c709b2abc8be9785d3 (patch)
treee99534abe4bb5ec88fc925f9806d5dec607e49f2
parent6c9da07ccab622dc5766283a8074d899c4908e73 (diff)
downloadtdesdk-1c47da4c61eb557da5cf80c709b2abc8be9785d3.tar.gz
tdesdk-1c47da4c61eb557da5cf80c709b2abc8be9785d3.zip
Fix kstartperf CMake build
(cherry picked from commit 411edb33146832d9c755b678f13da978867e6dee)
-rw-r--r--kstartperf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/CMakeLists.txt b/kstartperf/CMakeLists.txt
index 6587160a..968211b0 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 ltdl
+ LINK ldl
DESTINATION ${LIB_INSTALL_DIR}
)