summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
Diffstat (limited to 'kuser')
-rw-r--r--kuser/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kuser/CMakeLists.txt b/kuser/CMakeLists.txt
index 2ecfd90..a85c326 100644
--- a/kuser/CMakeLists.txt
+++ b/kuser/CMakeLists.txt
@@ -15,6 +15,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${TDE_LIB_DIR}
)
@@ -27,7 +28,8 @@ tde_add_executable( kuser AUTOMOC
kgroupfiles.cpp kuserldap.cpp kgroupldap.cpp kusersystem.cpp
kgroupsystem.cpp selectconn.cpp sha1.cpp kuserprefs.kcfgc filessettings.ui
generalsettings.ui ldapsettings.ui ldapsamba.ui passwordpolicy.ui
- LINK tdecore-shared tdeui-shared tdeio-shared tdeui-shared crypt tdeabc_ldaptdeio tdeabc ldap
+ LINK tdecore-shared tdeui-shared tdeio-shared tdeui-shared DCOP-shared tdefx
+ tdetexteditor crypt tdeabc_ldaptdeio tdeabc ldap tdentlm
DESTINATION ${BIN_INSTALL_DIR}
)