diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-21 23:35:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-22 09:33:18 +0900 |
commit | ba97e2dc25f533f7942493e7f7d1203fdb64fc33 (patch) | |
tree | e7ee78ac96299de08dbace07f41183ffa48d398d /kdesktop/lock/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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdesktop/lock/CMakeLists.txt')
-rw-r--r-- | kdesktop/lock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lock/CMakeLists.txt b/kdesktop/lock/CMakeLists.txt index 0a8f5603c..cc95489f9 100644 --- a/kdesktop/lock/CMakeLists.txt +++ b/kdesktop/lock/CMakeLists.txt @@ -41,7 +41,7 @@ set( ${target}_SRCS tde_add_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kdesktopsettings-static dmctl-static tdeio-shared Xext - pthread ${GL_LIBRARIES} ${LIBTDELDAP_LIBRARIES} + pthread ${GL_LIBRARIES} "${LINKER_IMMEDIATE_BINDING_FLAGS}" DESTINATION ${BIN_INSTALL_DIR} ) |