diff options
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libltdl/CMakeLists.txt b/libltdl/CMakeLists.txt index 9e409693e..014b8e8aa 100644 --- a/libltdl/CMakeLists.txt +++ b/libltdl/CMakeLists.txt @@ -15,4 +15,5 @@ include_directories( tde_add_library( ltdlc STATIC_PIC SOURCES ltdl.c + LINK ${DL_LIBRARIES} ) |