From ba528dd455716f73fbfb3191401b8978e9900453 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sat, 12 Mar 2022 14:38:12 +0100 Subject: Implemented lobby functionality and uri solving to add contacts Signed-off-by: TheJackiMonster --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82c739f..d8a8872 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ SOURCES = gnunet_chat_lib.c\ gnunet_chat_group.c\ gnunet_chat_handle.c\ gnunet_chat_invitation.c\ + gnunet_chat_lobby.c\ gnunet_chat_message.c\ + gnunet_chat_uri.c\ gnunet_chat_util.c HEADERS = gnunet_chat_lib.h @@ -24,6 +26,7 @@ TESTS = test_gnunet_chat_handle.c LIBRARIES = gnunetarm\ gnunetfs\ gnunetidentity\ + gnunetgns\ gnunetmessenger\ gnunetnamestore\ gnunetregex\ -- cgit v1.2.3