From kde-commits Sat Jan 31 07:33:04 2009 From: Hasso Tepper Date: Sat, 31 Jan 2009 07:33:04 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <1233387184.779227.30986.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123338719413062 SVN commit 918972 by hasso: Make it link. M +3 -3 CMakeLists.txt --- trunk/KDE/kdenetwork/kopete/plugins/otr/CMakeLists.txt #918971:918972 @@ -10,7 +10,7 @@ kde4_add_plugin(kopete_otr ${kopete_otr_PART_SRCS}) -target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) +target_link_libraries(kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared ${LIBOTR_LIBRARY}) install(TARGETS kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR}) @@ -24,7 +24,7 @@ kde4_add_plugin(kcm_kopete_otr ${kcm_kopete_otr_PART_SRCS}) -target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared otr) +target_link_libraries(kcm_kopete_otr ${KDE4_KDEUI_LIBS} kopete kopete_otr_shared ${LIBOTR_LIBRARY}) install(TARGETS kcm_kopete_otr DESTINATION ${PLUGIN_INSTALL_DIR}) @@ -40,7 +40,7 @@ kde4_add_library(kopete_otr_shared SHARED ${kopete_otr_shared_LIB_SRCS}) -target_link_libraries(kopete_otr_shared kopete ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} otr) +target_link_libraries(kopete_otr_shared kopete ${KDE4_KIO_LIBS} ${KDE4_KDEUI_LIBS} ${LIBOTR_LIBRARY}) set_target_properties(kopete_otr_shared PROPERTIES VERSION 1.0.0 SOVERSION 1) install(TARGETS kopete_otr_shared ${INSTALL_TARGETS_DEFAULT_ARGS})