summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-26 16:37:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-26 16:37:25 -0500
commit956d52ae741e6d7e27fc9d0ecc2bcd50ee835f39 (patch)
tree790e86be496274e009695103c3383dd550f484f3
parent4f82b4a8588437b9731499d04e857683ff57d5f2 (diff)
downloadtdeutils-956d52ae741e6d7e27fc9d0ecc2bcd50ee835f39.tar.gz
tdeutils-956d52ae741e6d7e27fc9d0ecc2bcd50ee835f39.zip
Rename BUILD_KWALLET to BUILD_TDEWALLET
This resolves Bug 1641
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de1c03d..f51f3fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,7 +123,7 @@ option( BUILD_KMILO "Build kmilo" ${BUILD_ALL} )
option( BUILD_KREGEXPEDITOR "Build kregexpeditor" ${BUILD_ALL} )
option( BUILD_KSIM "Build ksim" ${BUILD_ALL} )
option( BUILD_KTIMER "Build ktimer" ${BUILD_ALL} )
-option( BUILD_KWALLET "Build tdewallet" ${BUILD_ALL} )
+option( BUILD_TDEWALLET "Build tdewallet" ${BUILD_ALL} )
option( BUILD_SUPERKARAMBA "Build superkaramba" ${BUILD_ALL} )
@@ -173,7 +173,7 @@ tde_conditional_add_subdirectory( BUILD_KMILO kmilo )
tde_conditional_add_subdirectory( BUILD_KREGEXPEDITOR kregexpeditor )
tde_conditional_add_subdirectory( BUILD_KSIM ksim )
tde_conditional_add_subdirectory( BUILD_KTIMER ktimer )
-tde_conditional_add_subdirectory( BUILD_KWALLET tdewallet )
+tde_conditional_add_subdirectory( BUILD_TDEWALLET tdewallet )
tde_conditional_add_subdirectory( BUILD_SUPERKARAMBA superkaramba )