summaryrefslogtreecommitdiffstats
path: root/kstartperf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-14 19:49:20 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-14 19:49:20 -0500
commit411edb33146832d9c755b678f13da978867e6dee (patch)
tree0b39d73951406501761e9d390e872b596c22ebcd /kstartperf
parent1de68cb32ec6b702879793828653e85ec3bcc5e1 (diff)
downloadtdesdk-411edb33146832d9c755b678f13da978867e6dee.tar.gz
tdesdk-411edb33146832d9c755b678f13da978867e6dee.zip
Fix kstartperf CMake build
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 5d377e73..ec7ac35b 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}
)