aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-12 14:38:12 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-12 14:38:12 +0100
commitba528dd455716f73fbfb3191401b8978e9900453 (patch)
tree4c8521087eab07be002f2706e565d438f3cca5f0 /Makefile
parentafd5d7cb5fdb8d2cf20f50d3942f553be78ca0ca (diff)
downloadlibgnunetchat-ba528dd455716f73fbfb3191401b8978e9900453.tar.gz
libgnunetchat-ba528dd455716f73fbfb3191401b8978e9900453.zip
Implemented lobby functionality and uri solving to add contacts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 82c739f..d8a8872 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,9 @@ SOURCES = gnunet_chat_lib.c\
14 gnunet_chat_group.c\ 14 gnunet_chat_group.c\
15 gnunet_chat_handle.c\ 15 gnunet_chat_handle.c\
16 gnunet_chat_invitation.c\ 16 gnunet_chat_invitation.c\
17 gnunet_chat_lobby.c\
17 gnunet_chat_message.c\ 18 gnunet_chat_message.c\
19 gnunet_chat_uri.c\
18 gnunet_chat_util.c 20 gnunet_chat_util.c
19 21
20HEADERS = gnunet_chat_lib.h 22HEADERS = gnunet_chat_lib.h
@@ -24,6 +26,7 @@ TESTS = test_gnunet_chat_handle.c
24LIBRARIES = gnunetarm\ 26LIBRARIES = gnunetarm\
25 gnunetfs\ 27 gnunetfs\
26 gnunetidentity\ 28 gnunetidentity\
29 gnunetgns\
27 gnunetmessenger\ 30 gnunetmessenger\
28 gnunetnamestore\ 31 gnunetnamestore\
29 gnunetregex\ 32 gnunetregex\