summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-06 12:27:45 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-06 12:27:45 +0000
commit283e1631832b9390810faf6b43b1ef5660a08600 (patch)
treeff04275cebfd8277436287b41b19634973d04a0e
parenteae0804f0d03bf267020dda0d5546f2e1dfe4826 (diff)
downloadlibltdl-283e1631.tar.gz
libltdl-283e1631.zip
[kdelibs/libltdl] link with ${DL_LIBRARIES}
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1183166 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}
)