diff options
Diffstat (limited to 'tdepasswd')
-rw-r--r-- | tdepasswd/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdepasswd/kcm/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdepasswd/CMakeLists.txt b/tdepasswd/CMakeLists.txt index c711ea628..f0e342b36 100644 --- a/tdepasswd/CMakeLists.txt +++ b/tdepasswd/CMakeLists.txt @@ -32,6 +32,6 @@ install( FILES tdepasswd.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) tde_add_executable( tdepasswd AUTOMOC SOURCES tdepasswd.cpp passwd.cpp passwddlg.cpp - LINK tdeio-shared + LINK tdeio-shared tdesu-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/tdepasswd/kcm/CMakeLists.txt b/tdepasswd/kcm/CMakeLists.txt index 338a4f4cb..e7dfe5e24 100644 --- a/tdepasswd/kcm/CMakeLists.txt +++ b/tdepasswd/kcm/CMakeLists.txt @@ -39,6 +39,6 @@ tde_add_kpart( kcm_useraccount AUTOMOC SOURCES main_widget.ui chfnprocess.cpp main.cpp chfacedlg.cpp settings.kcfgc pass.kcfgc - LINK konq-shared + LINK konq-shared tdesu-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |