Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209274
Collapse All | Expand All

(-)superkaramba-4.0.1/superkaramba/src/CMakeLists.txt (+10 lines)
Lines 82-87 Link Here
82
KDE4_ADD_LIBRARY(superkaramba SHARED ${superkaramba_LIB_SRCS})
82
KDE4_ADD_LIBRARY(superkaramba SHARED ${superkaramba_LIB_SRCS})
83
set_target_properties(superkaramba PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
83
set_target_properties(superkaramba PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
84
84
85
FIND_LIBRARY(LIBDL dl)
86
IF(LIBDL)
87
  LIST(APPEND PYTHON_LIBRARIES ${LIBDL})
88
ENDIF(LIBDL)
89
90
FIND_LIBRARY(LIBUTIL util)
91
IF(LIBUTIL)
92
  LIST(APPEND PYTHON_LIBRARIES ${LIBUTIL})
93
ENDIF(LIBUTIL)
94
85
TARGET_LINK_LIBRARIES(superkaramba
95
TARGET_LINK_LIBRARIES(superkaramba
86
${KDE4_KIO_LIBS}
96
${KDE4_KIO_LIBS}
87
${KDE4_KPTY_LIBS}
97
${KDE4_KPTY_LIBS}

Return to bug 209274