summaryrefslogtreecommitdiffstats
path: root/tdeioslave/file
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-12 03:56:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 15:26:59 +0200
commit158b6e1152413e4fa973b70b7469bb1f256a1f38 (patch)
tree6b529a235256338800e41479e822556760b1d3b1 /tdeioslave/file
parent080c061b15cfcb11e26a2ede1c8082afb0c5d329 (diff)
downloadtdelibs-158b6e1152413e4fa973b70b7469bb1f256a1f38.tar.gz
tdelibs-158b6e1152413e4fa973b70b7469bb1f256a1f38.zip
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeioslave/file')
-rw-r--r--tdeioslave/file/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeioslave/file/CMakeLists.txt b/tdeioslave/file/CMakeLists.txt
index e1ff68834..783c002dd 100644
--- a/tdeioslave/file/CMakeLists.txt
+++ b/tdeioslave/file/CMakeLists.txt
@@ -49,7 +49,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK tdeio-shared
+ LINK tdeio-shared ${ACL_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)
-