summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprotomors <protomors@gmail.com>2019-01-19 18:23:19 +0200
committerGeorge Hazan <ghazan@miranda.im>2019-07-12 18:09:25 +0300
commitd865b2130712f8c9300ccebcf1f5542e41edaaac (patch)
treec8a35cd8eb8924fd463e1a04ce71275454ae49d4
parent534711314a50af6626bb74d712fc952b47a395f5 (diff)
CMake: fixed ICQ protocol directory.
-rw-r--r--protocols/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt
index e19a912a23..f540835ceb 100644
--- a/protocols/CMakeLists.txt
+++ b/protocols/CMakeLists.txt
@@ -4,7 +4,7 @@
add_subdirectory(FacebookRM)
#add_subdirectory(Gadu-Gadu)
#add_subdirectory(ICQCorp)
-add_subdirectory(IcqOscarJ)
+add_subdirectory(ICQ-WIM)
add_subdirectory(IRCG)
add_subdirectory(JabberG)
#add_subdirectory(MinecraftDynmap)