diff options
author | Timothy Pearson <[email protected]> | 2012-06-14 01:07:23 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-14 01:07:23 -0500 |
commit | 3950c6be8252e7953335463689327f8a1aca21b8 (patch) | |
tree | 639c2772a7c4d841b2c7f2c176f65c3228093d9d /kstartperf/CMakeLists.txt | |
parent | 1db948909a0a48df650e0edaeac787dbcf33d232 (diff) | |
download | tdesdk-3950c6be8252e7953335463689327f8a1aca21b8.tar.gz tdesdk-3950c6be8252e7953335463689327f8a1aca21b8.zip |
Fix kstartperf link library
Diffstat (limited to 'kstartperf/CMakeLists.txt')
-rw-r--r-- | kstartperf/CMakeLists.txt | 2 |
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} ) |