[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Laurent Montel <montel () kde ! org>
Date:       2007-02-02 16:06:38
Message-ID: 1170432398.571019.18720.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 629393 by mlaurent:

Fix install_targets->install(TARGETS..)


 M  +1 -1      CMakeLists.txt  
 M  +1 -1      engine/nmm/CMakeLists.txt  
 M  +1 -1      engine/xine/CMakeLists.txt  
 M  +1 -1      mediadevice/generic/CMakeLists.txt  
 M  +1 -1      mediadevice/ipod/CMakeLists.txt  
 M  +1 -1      mediadevice/njb/CMakeLists.txt  


--- trunk/extragear/multimedia/amarok/src/CMakeLists.txt #629392:629393
@@ -303,7 +303,7 @@
 target_link_libraries(amarok  ${KDE4_KUTILS_LIBS} ${KDE4_KDEUI_LIBS} \
${KDE4_KHTML_LIBS} ${KDE4_KNEWSTUFF_LIBS} ${TAGLIB_LIBRARIES} ${SQLITE_LIBRARIES} \
${KDE4_KDE3SUPPORT_LIBS})  
 set_target_properties(amarok PROPERTIES VERSION 1.0.0 SOVERSION 1 )
-install_targets(${LIB_INSTALL_DIR} amarok )
+install(TARGETS amarok DESTINATION ${LIB_INSTALL_DIR} )
 
 
 ########### next target ###############
--- trunk/extragear/multimedia/amarok/src/engine/nmm/CMakeLists.txt #629392:629393
@@ -26,7 +26,7 @@
 
 target_link_libraries(amarok_nmmengine_plugin  ${KDE4_KDECORE_LIBS} amarok plugin \
nmmbase nmmgraphmgr nmmiprogress nmmiaudiodevice nmmigeneral )  
-install_targets(${PLUGIN_INSTALL_DIR} amarok_nmmengine_plugin )
+install(TARGETS amarok_nmmengine_plugin DESTINATION ${PLUGIN_INSTALL_DIR} )
 
 
 ########### install files ###############
--- trunk/extragear/multimedia/amarok/src/engine/xine/CMakeLists.txt #629392:629393
@@ -15,7 +15,7 @@
 
 target_link_libraries(amarok_xine-engine  ${KDE4_KDECORE_LIBS} )
 
-install_targets(${PLUGIN_INSTALL_DIR} amarok_xine-engine )
+install(TARGETS amarok_xine-engine DESTINATION ${PLUGIN_INSTALL_DIR} )
 
 
 ########### install files ###############
--- trunk/extragear/multimedia/amarok/src/mediadevice/generic/CMakeLists.txt \
#629392:629393 @@ -15,7 +15,7 @@
 
 target_link_libraries(amarok_generic-mediadevice  ${KDE4_KDECORE_LIBS} )
 
-install_targets(${PLUGIN_INSTALL_DIR} amarok_generic-mediadevice )
+install(TARGETS amarok_generic-mediadevice DESTINATION ${PLUGIN_INSTALL_DIR} )
 
 
 ########### install files ###############
--- trunk/extragear/multimedia/amarok/src/mediadevice/ipod/CMakeLists.txt \
#629392:629393 @@ -15,7 +15,7 @@
 
 target_link_libraries(amarok_ipod-mediadevice  ${KDE4_KDECORE_LIBS} )
 
-install_targets(${PLUGIN_INSTALL_DIR} amarok_ipod-mediadevice )
+install(TARGETS amarok_ipod-mediadevice DESTINATION ${PLUGIN_INSTALL_DIR}  )
 
 
 ########### install files ###############
--- trunk/extragear/multimedia/amarok/src/mediadevice/njb/CMakeLists.txt \
#629392:629393 @@ -15,7 +15,7 @@
 
 target_link_libraries(amarok_njb-mediadevice  ${KDE4_KDECORE_LIBS} )
 
-install_targets(${PLUGIN_INSTALL_DIR} amarok_njb-mediadevice )
+install(TARGETS amarok_njb-mediadevice DESTINATION ${PLUGIN_INSTALL_DIR})
 
 
 ########### install files ###############


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic