aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-07-02 18:45:40 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-07-02 18:45:40 +0200
commit131b5671c30636ec2ebcd847ca5dc09113b70b89 (patch)
treed5acac602ce38d1e6a31ddf2604f52a8b45b9bd8 /Makefile
parentb258c174a4e826c151adb216553628987e50f7c8 (diff)
downloadmessenger-cli-131b5671c30636ec2ebcd847ca5dc09113b70b89.tar.gz
messenger-cli-131b5671c30636ec2ebcd847ca5dc09113b70b89.zip
Added list of members in a chat
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 c836442..d3ebae0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,13 +10,16 @@ SOURCES = messenger_cli.c\
10 ui/accounts.c\ 10 ui/accounts.c\
11 ui/chat_open_dialog.c\ 11 ui/chat_open_dialog.c\
12 ui/chats.c\ 12 ui/chats.c\
13 ui/members.c\
13 ui/messages.c 14 ui/messages.c
14HEADERS = application.h\ 15HEADERS = application.h\
15 chat.h\ 16 chat.h\
16 ui/account_create_dialog.h\ 17 ui/account_create_dialog.h\
17 ui/accounts.h\ 18 ui/accounts.h\
19 ui/chat.h\
18 ui/chat_open_dialog.h\ 20 ui/chat_open_dialog.h\
19 ui/chats.h\ 21 ui/chats.h\
22 ui/members.h\
20 ui/messages.h 23 ui/messages.h
21 24
22LIBRARIES = gnunetchat gnunetutil ncurses 25LIBRARIES = gnunetchat gnunetutil ncurses