diff options
Diffstat (limited to 'kdesu/CMakeLists.txt')
-rw-r--r-- | kdesu/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesu/CMakeLists.txt b/kdesu/CMakeLists.txt index 5461732be..c1fef3ba8 100644 --- a/kdesu/CMakeLists.txt +++ b/kdesu/CMakeLists.txt @@ -49,5 +49,5 @@ else() set( DEFAULT_SUPER_USER_COMMAND su CACHE INTERNAL "" FORCE ) endif() -add_subdirectory( kdesu ) -add_subdirectory( kdesud ) +add_subdirectory( tdesu ) +add_subdirectory( tdesud ) |