summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Louis <ptitlouis@sysif.net>2007-06-11 20:49:10 +0000
committerJulien Louis <ptitlouis@sysif.net>2007-06-11 20:49:10 +0000
commit4297b55bf28488861296e263edb48782b2a58234 (patch)
treef2b0287b6ce63afb5f4b1fb39fc19467b8fca858 /src
parent83db899ce7ee02e1b264d64fb612185894860081 (diff)
downloadweechat-4297b55bf28488861296e263edb48782b2a58234.zip
Explicitly link against libdl
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2dc8c0639..cc9f7e9b9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -88,6 +88,7 @@ IF(NOT DISABLE_PLUGINS)
ADD_DEFINITIONS(-DPLUGINS)
LIST(APPEND STATIC_LIBS weechat_plugins)
ADD_SUBDIRECTORY( plugins )
+ LIST(APPEND EXTRA_LIBS dl)
ENDIF(NOT DISABLE_PLUGINS)
ADD_SUBDIRECTORY( common )