diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-10 18:12:27 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-10 18:12:27 +0100 |
| commit | f006d7f997229b3fdf6d6d540c333870c33c36df (patch) | |
| tree | 81097ad0eb539f7a390321fecfa1257ad23ae690 /src/modules/CMakeLists.txt | |
| parent | 615233163323c754d45358bd215d232d6287f188 (diff) | |
-ldl no longer required.
Diffstat (limited to 'src/modules/CMakeLists.txt')
| -rw-r--r-- | src/modules/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index 7a9070f..50b3c79 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -1,9 +1,6 @@ ############################################################################### # tuxanci/src/modules/CMakeLists.txt ############################################################################### -# LINKING ( for modules ) -############################################################################### -LINK_LIBRARIES ( ${CMAKE_DL_LIBS} ) ############################################################################### # SOURCE SPECIFICATION ############################################################################### |