1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

Merge branch 'master' of github.com:tomahawk-player/tomahawk

This commit is contained in:
Christian Muehlhaeuser
2011-01-01 00:21:04 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -147,4 +147,4 @@ target_link_libraries( tomahawklib
qjson
)
install( TARGETS tomahawklib DESTINATION . )
install( TARGETS tomahawklib DESTINATION lib )

View File

@@ -39,4 +39,4 @@ IF( APPLE )
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS sip_jabber DESTINATION . )
install( TARGETS sip_jabber DESTINATION lib )

View File

@@ -37,4 +37,4 @@ IF( APPLE )
SET( CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-undefined dynamic_lookup" )
ENDIF( APPLE )
install( TARGETS sip_zeroconf DESTINATION . )
install( TARGETS sip_zeroconf DESTINATION lib )