summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index 0b9381d..49e47de 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -96,7 +96,7 @@ ADD_LIBRARY(eurephia-auth MODULE
SET_TARGET_PROPERTIES(eurephia-auth PROPERTIES PREFIX "")
# Link in libraries
-TARGET_LINK_LIBRARIES(eurephia-auth dl pthread rt crypto common)
+TARGET_LINK_LIBRARIES(eurephia-auth pthread rt crypto common)
# Install rules
INSTALL(TARGETS eurephia-auth LIBRARY DESTINATION ${PLUGINDIR})