Files @ 3aff761db678
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

Jan Kaluza
Do not send subscribe presence just because, but send it as response to probe presence
if (PROTOBUF_FOUND)
	if (PURPLE_FOUND)
		ADD_SUBDIRECTORY(libpurple)
	endif()

	if (IRC_FOUND)
		ADD_SUBDIRECTORY(libcommuni)
	endif()

	ADD_SUBDIRECTORY(swiften)

	ADD_SUBDIRECTORY(template)


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()
endif()

endif()