diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
commit | 7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch) | |
tree | aa1a5e4de2963edc6638783246b2ff25e98833aa /kcontrol/CMakeLists.txt | |
parent | 0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff) | |
download | tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'kcontrol/CMakeLists.txt')
-rw-r--r-- | kcontrol/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/CMakeLists.txt b/kcontrol/CMakeLists.txt index ced7671ef..b6fe70f40 100644 --- a/kcontrol/CMakeLists.txt +++ b/kcontrol/CMakeLists.txt @@ -11,7 +11,7 @@ # FIXME smartcard is not ported -if( BUILD_KCONTROL OR BUILD_KDESKTOP OR BUILD_KDM ) +if( BUILD_KCONTROL OR BUILD_KDESKTOP OR BUILD_TDM ) add_subdirectory( background ) @@ -37,7 +37,7 @@ if( BUILD_KCONTROL ) add_subdirectory( kded ) add_subdirectory( launch ) add_subdirectory( keys ) - add_subdirectory( kdm ) + add_subdirectory( tdm ) add_subdirectory( kio ) add_subdirectory( konq ) add_subdirectory( style ) |