summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2011-01-31 22:19:30 +0000
committerGlenn Rice <glennricster@gmail.com>2011-01-31 22:19:30 +0000
commitd932bdf480b8e3d9a331b79de5a4dd45aeba864c (patch)
treebef3c4a14634193492870df204281c79bc17924e /Source/Core/Common
parentd6e784121ffe0301067ca189d698054debe9d90a (diff)
Fix the rest of the tooltips for linux.
Also remove some unneeded linkage since the merge. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7026 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 4205cfb989..92d2bec668 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -40,4 +40,4 @@ endif(WIN32)
enable_precompiled_headers(Src/stdafx.h Src/stdafx.cpp SRCS)
add_library(common STATIC ${SRCS})
-target_link_libraries(common clrun ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT})
+target_link_libraries(common ${CMAKE_THREAD_LIBS_INIT})