From edd0a5a30ebd724b660718895fd6e857b805764d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 26 Aug 2018 03:10:29 +0200 Subject: cmake: Cleanup unused definitions from config.h Cleanup unnecessary tests from ConfigureChecks Add missing tests to ConfigureChecks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kuser/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kuser') 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} ) -- cgit v1.2.3