diff --git a/src/tomahawk/CMakeLists.linux.cmake b/src/tomahawk/CMakeLists.linux.cmake index 03d70415f..67613ea3b 100644 --- a/src/tomahawk/CMakeLists.linux.cmake +++ b/src/tomahawk/CMakeLists.linux.cmake @@ -15,8 +15,6 @@ IF( WITH_GNOMESHORTCUTHANDLER ) SET( tomahawkSources ${tomahawkSources} linux/GnomeShortcutHandler.cpp ) ENDIF( WITH_GNOMESHORTCUTHANDLER ) -ADD_SUBDIRECTORY( "${CMAKE_CURRENT_SOURCE_DIR}/linux" ) - INSTALL( FILES ${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon.svg RENAME tomahawk.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) INSTALL( FILES ${CMAKE_SOURCE_DIR}/admin/unix/tomahawk.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )