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 | 283e1631832b9390810faf6b43b1ef5660a08600 (patch) | |
tree | ff04275cebfd8277436287b41b19634973d04a0e /CMakeLists.txt | |
parent | eae0804f0d03bf267020dda0d5546f2e1dfe4826 (diff) | |
download | libltdl-283e1631832b9390810faf6b43b1ef5660a08600.tar.gz libltdl-283e1631832b9390810faf6b43b1ef5660a08600.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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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} ) |