This should fix the rest of kdebase for linking with gold.

svn path=/trunk/KDE/kdebase/workspace/; revision=839150
This commit is contained in:
Andreas Hartmetz 2008-07-29 12:54:39 +00:00
parent f597672186
commit a839698fc7

View file

@ -1,6 +1,3 @@
########### next target ###############
set(kwin_killer_helper_SRCS killer.cpp )
@ -8,6 +5,6 @@ set(kwin_killer_helper_SRCS killer.cpp )
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} )
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS})