summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-14 01:07:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-14 01:07:23 -0500
commit3950c6be8252e7953335463689327f8a1aca21b8 (patch)
tree639c2772a7c4d841b2c7f2c176f65c3228093d9d
parent1db948909a0a48df650e0edaeac787dbcf33d232 (diff)
downloadtdesdk-3950c6be.tar.gz
tdesdk-3950c6be.zip
Fix kstartperf link library
-rw-r--r--kstartperf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/CMakeLists.txt b/kstartperf/CMakeLists.txt
index ec7ac35b..a9eddb1b 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 ldl
+ LINK dl
DESTINATION ${LIB_INSTALL_DIR}
)