diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
commit | 545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd (patch) | |
tree | 0cdeeff6db385353df58676fcacc5ceb467afc7d /ksysguard | |
parent | b907400d736e8eb8d54fb9eec3c00d8f79ba6c93 (diff) | |
download | tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.tar.gz tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.zip |
Rename kde libraries to tde
Diffstat (limited to 'ksysguard')
-rw-r--r-- | ksysguard/ksysguardd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/ksysguardd/CMakeLists.txt b/ksysguard/ksysguardd/CMakeLists.txt index 9aa0ac4e7..030700f49 100644 --- a/ksysguard/ksysguardd/CMakeLists.txt +++ b/ksysguard/ksysguardd/CMakeLists.txt @@ -38,6 +38,6 @@ include_directories( tde_add_executable( ksysguardd AUTOMOC SOURCES Command.c conf.c ksysguardd.c PWUIDCache.c - LINK ccont-static ksysguardd-static ${TDE_LIB_DIR}/libkdefakes_nonpic.a + LINK ccont-static ksysguardd-static ${TDE_LIB_DIR}/libtdefakes_nonpic.a DESTINATION ${BIN_INSTALL_DIR} ) |