Do not compile yahoo and twitter backend on windows for now

This commit is contained in:
HanzZ 2012-09-01 08:18:28 +02:00
parent b99f5b9662
commit 91100e6e7c

View file

@ -9,17 +9,16 @@ if (PROTOBUF_FOUND)
ADD_SUBDIRECTORY(swiften)
# if(YAHOO2_FOUND)
ADD_SUBDIRECTORY(libyahoo2)
# endif()
ADD_SUBDIRECTORY(template)
ADD_SUBDIRECTORY(twitter)
if (NOT WIN32)
ADD_SUBDIRECTORY(smstools3)
ADD_SUBDIRECTORY(frotz)
# if(YAHOO2_FOUND)
ADD_SUBDIRECTORY(libyahoo2)
# endif()
ADD_SUBDIRECTORY(twitter)
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()