summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-08-26 03:10:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-01 19:02:11 +0200
commitd3cf7d775d76e96ad58e920d1904ef858915725a (patch)
treee90d97fd80e9b1cecfb8a698b51b12cee8ef9782 /kuser
parent461c8e11fb9a977e5cdcaf895d901e4631e0763d (diff)
downloadtdeadmin-d3cf7d775d76e96ad58e920d1904ef858915725a.tar.gz
tdeadmin-d3cf7d775d76e96ad58e920d1904ef858915725a.zip
cmake: Cleanup unused definitions from config.h
Cleanup unnecessary tests from ConfigureChecks Add missing tests to ConfigureChecks Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit edd0a5a30ebd724b660718895fd6e857b805764d)
Diffstat (limited to 'kuser')
-rw-r--r--kuser/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/kuser/CMakeLists.txt b/kuser/CMakeLists.txt
index a5cf2a9..f71abca 100644
--- a/kuser/CMakeLists.txt
+++ b/kuser/CMakeLists.txt
@@ -29,7 +29,8 @@ tde_add_executable( kuser AUTOMOC
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 DCOP-shared tdefx
- tdetexteditor crypt tdeabc_ldaptdeio tdeabc tdentlm
+ tdetexteditor tdeabc_ldaptdeio tdeabc tdentlm
+ ${CRYPT_LIBRARIES} ${SHADOW_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)