From 283e1631832b9390810faf6b43b1ef5660a08600 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 6 Oct 2010 12:27:45 +0000 Subject: [PATCH] [kdelibs/libltdl] link with ${DL_LIBRARIES} git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1183166 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e40969..014b8e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,4 +15,5 @@ include_directories( tde_add_library( ltdlc STATIC_PIC SOURCES ltdl.c + LINK ${DL_LIBRARIES} )