From 8e43ca834cc0a5b2f904ce2589154c2f17bd12ce Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Sat, 17 Sep 2016 17:32:25 -0400 Subject: Complete old groupchat conversion to new API --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ad94588..67b55390 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,8 +163,7 @@ target_link_modules(toxgroup toxmessenger) # LAYER 8: Public API # ------------------- add_module(toxcore - toxcore/tox.c - toxcore/tox_group.c) + toxcore/tox.c) target_link_modules(toxcore toxgroup) -- cgit v1.2.3