summaryrefslogtreecommitdiffstats
path: root/tsak
diff options
context:
space:
mode:
Diffstat (limited to 'tsak')
-rw-r--r--tsak/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsak/CMakeLists.txt b/tsak/CMakeLists.txt
index 4490636db..185816b94 100644
--- a/tsak/CMakeLists.txt
+++ b/tsak/CMakeLists.txt
@@ -23,6 +23,6 @@ link_directories(
tde_add_executable( tsak
SOURCES main.cpp
- LINK udev
+ LINK ${UDEV_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)