1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

Fix gloox (esp. autoconnect)

This commit is contained in:
Dominik Schmidt 2011-02-23 16:08:36 +01:00
parent 13e2d0f466
commit b8abb9083f
3 changed files with 8 additions and 13 deletions

View File

@ -156,7 +156,8 @@ ENDIF( UNIX )
IF(GLOOX_FOUND)
ADD_SUBDIRECTORY( xmppbot )
SET( tomahawkHeaders ${tomahawkHeaders} xmppbot/xmppbot.h )
SET( tomahawkSources ${tomahawkSources} xmppbot/xmppbot.cpp )
ENDIF(GLOOX_FOUND)
ADD_SUBDIRECTORY( sip )
@ -192,12 +193,11 @@ MESSAGE( STATUS "OS_SPECIFIC_LINK_LIBRARIES: ${OS_SPECIFIC_LINK_LIBRARIES}" )
SET(LINK_LIBRARIES "")
IF(LIBLASTFM_FOUND)
SET(LINK_LIBRARIES
${LINK_LIBRARIES}
${LIBLASTFM_LIBRARY}
)
SET(LINK_LIBRARIES ${LINK_LIBRARIES} ${LIBLASTFM_LIBRARY} )
ENDIF(LIBLASTFM_FOUND)
IF(GLOOX_FOUND)
SET(LINK_LIBRARIES ${LINK_LIBRARIES} ${GLOOX_LIBRARIES} )
ENDIF(GLOOX_FOUND)
TARGET_LINK_LIBRARIES( tomahawk
${LINK_LIBRARIES}

View File

@ -6,6 +6,8 @@
#cmakedefine SNOW_LEOPARD
#cmakedefine LEOPARD
#cmakedefine HAVE_SPARKLE
#cmakedefine LIBLASTFM_FOUND
#cmakedefine GLOOX_FOUND
#endif // CONFIG_H_IN

View File

@ -1,7 +0,0 @@
SET( tomahawkHeaders ${tomahawkHeaders}
xmppbot.h
)
SET( tomahawkSources ${tomahawkSources}
xmppbot.cpp
)