diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 6bb81a77c6c980674c0ed737d7b785985c3922be..684feaf0a2eeee6a84e58899a6a5da8bab474d2a 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -22,9 +22,6 @@ if (PROTOBUF_FOUND) if(ENABLE_FROTZ) ADD_SUBDIRECTORY(frotz) endif() - if(YAHOO2_FOUND) - ADD_SUBDIRECTORY(libyahoo2) - endif() if (${LIBDBUSGLIB_FOUND}) ADD_SUBDIRECTORY(skype) endif()