diff options
Diffstat (limited to 'korn/CMakeLists.txt')
-rw-r--r-- | korn/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/CMakeLists.txt b/korn/CMakeLists.txt index 12d4e3730..f3dd942bf 100644 --- a/korn/CMakeLists.txt +++ b/korn/CMakeLists.txt @@ -13,7 +13,7 @@ tde_import( libkmime ) -add_subdirectory( kconf_update ) +add_subdirectory( tdeconf_update ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} @@ -50,6 +50,6 @@ tde_add_executable( korn AUTOMOC sortedmailsubject.cpp korncfgimpl.cpp kornaccountcfgimpl.cpp kornboxcfgimpl.cpp kornaccountcfg.ui kornboxcfg.ui korncfg.ui password.cpp pop3_proto.cpp systemtray.cpp process_proto.cpp progress_dialog.ui qmail_proto.cpp label.cpp - LINK kmime-shared kio-shared + LINK kmime-shared tdeio-shared DESTINATION ${BIN_INSTALL_DIR} ) |