diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-09-27 19:05:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-27 19:05:59 +0200 |
commit | 80e661aaac54eef580f57e14a636b64f387975a4 (patch) | |
tree | 7948972e12c4e78adcc4f36f50b447d1690ba043 /superkaramba/src/CMakeLists.txt | |
parent | 9526b0bc2eab8b1ffe5cdd48bda83df633325a4b (diff) | |
download | tdeutils-80e661aaac54eef580f57e14a636b64f387975a4.tar.gz tdeutils-80e661aaac54eef580f57e14a636b64f387975a4.zip |
Finish renaming knewstuff
Diffstat (limited to 'superkaramba/src/CMakeLists.txt')
-rw-r--r-- | superkaramba/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/CMakeLists.txt b/superkaramba/src/CMakeLists.txt index 07b7ec5..b0f9a4e 100644 --- a/superkaramba/src/CMakeLists.txt +++ b/superkaramba/src/CMakeLists.txt @@ -55,7 +55,7 @@ tde_add_executable( superkaramba AUTOMOC input.cpp sklineedit.cpp input_python.cpp svcgrp_python.cpp LINK tdeio-shared ${PYTHON_LIBRARIES} - ${KNEWSTUFF_LIBRARIES} + ${TDENEWSTUFF_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) |