diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-07 23:09:25 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-07 23:09:25 +0300 |
commit | 233ebd26b730e8adcc114841a74bed5f05ebb19d (patch) | |
tree | 337f262041d9b09b2067a999499293e8e1ee1f28 | |
parent | 71cfe74d3618c15feab24032c7d4cd71d77129af (diff) |
Fix folder name
-rw-r--r-- | protocols/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt index 182f85ee47..7f6ce782eb 100644 --- a/protocols/CMakeLists.txt +++ b/protocols/CMakeLists.txt @@ -1,7 +1,7 @@ #add_subdirectory(Discord) #add_subdirectory(Dummy) #add_subdirectory(EmLanProto) -add_subdirectory(FacebookRM) +add_subdirectory(Facebook) #add_subdirectory(Gadu-Gadu) #add_subdirectory(ICQCorp) add_subdirectory(ICQ-WIM) |