1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

* Renamed jreen/ to jabber/

This commit is contained in:
Christian Muehlhaeuser 2011-05-19 22:50:15 +02:00
parent 0253f0c1d4
commit 234fdf07ba
21 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
# only build one of them, if ENABLE_JREEN is true, GLOOX_FOUND is automatically set to "false"
IF( GLOOX_FOUND AND NOT LIBJREEN_FOUND )
ADD_SUBDIRECTORY( jabber )
ENDIF( GLOOX_FOUND AND NOT LIBJREEN_FOUND )
IF( LIBJREEN_FOUND )
ADD_SUBDIRECTORY( jreen )
ADD_SUBDIRECTORY( jabber )
ENDIF( LIBJREEN_FOUND )
ADD_SUBDIRECTORY( twitter )

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -19,7 +19,7 @@
#ifndef GOOGLEWRAPPER_H
#define GOOGLEWRAPPER_H
#include "sip/jreen/jabber.h"
#include "sip/jabber/jabber.h"
class SIPDLLEXPORT GoogleWrapperFactory : public SipPluginFactory
{

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB