diff options
author | Michele Calgaro <[email protected]> | 2021-04-21 23:35:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-04-22 09:33:18 +0900 |
commit | ba97e2dc25f533f7942493e7f7d1203fdb64fc33 (patch) | |
tree | e7ee78ac96299de08dbace07f41183ffa48d398d /tdm/kfrontend/CMakeLists.txt | |
parent | 7b6a9db8589b55d46f1de318a93db4bc1aff63a0 (diff) | |
download | tdebase-ba97e2dc25f533f7942493e7f7d1203fdb64fc33.tar.gz tdebase-ba97e2dc25f533f7942493e7f7d1203fdb64fc33.zip |
Avoid direct usage of tdeldap library. This allows to remove hard dependency between packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdm/kfrontend/CMakeLists.txt')
-rw-r--r-- | tdm/kfrontend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/CMakeLists.txt b/tdm/kfrontend/CMakeLists.txt index bd8cc29b2..fa95542df 100644 --- a/tdm/kfrontend/CMakeLists.txt +++ b/tdm/kfrontend/CMakeLists.txt @@ -71,7 +71,7 @@ tde_add_executable( tdm_greet AUTOMOC kfdialog.cpp kgdialog.cpp kchooser.cpp kgverify.cpp tdmshutdown.cpp tdmadmindialog.cpp kgreeter.cpp kgapp.cpp sakdlg.cpp - LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${LIBTDELDAP_LIBRARIES} ${TDMGREET_OPTIONAL_LINK} + LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${TDMGREET_OPTIONAL_LINK} DESTINATION ${BIN_INSTALL_DIR} ) |