diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-06 12:27:45 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-06 12:27:45 +0000 |
commit | 2526f4da9b514c586330279b17156a36e5cbdab5 (patch) | |
tree | f65f6e6b978ee0216437378f51fabc4c6a536540 | |
parent | e5b354f092eff3e18f1991f46d403f0ec0d93c6a (diff) | |
download | tdelibs-2526f4da9b514c586330279b17156a36e5cbdab5.tar.gz tdelibs-2526f4da9b514c586330279b17156a36e5cbdab5.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-- | 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} ) |