summaryrefslogtreecommitdiffstats
path: root/tdeioslave/file
diff options
context:
space:
mode:
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}
)
-