diff options
author | Julien Louis <ptitlouis@sysif.net> | 2007-06-11 20:49:10 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2007-06-11 20:49:10 +0000 |
commit | 4297b55bf28488861296e263edb48782b2a58234 (patch) | |
tree | f2b0287b6ce63afb5f4b1fb39fc19467b8fca858 /src | |
parent | 83db899ce7ee02e1b264d64fb612185894860081 (diff) | |
download | weechat-4297b55bf28488861296e263edb48782b2a58234.zip |
Explicitly link against libdl
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
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 ) |