aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-08-18 14:32:08 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-08-18 14:32:08 +0200
commit82dfd76ff534e362b7bfb3c12b870286a354f80b (patch)
tree815f344cf92433d2e47242aaa65069bc6213f3d7 /Makefile
parent774d4ea84ac0fd216821b6a058555576ab6db6af (diff)
downloadmessenger-cli-82dfd76ff534e362b7bfb3c12b870286a354f80b.tar.gz
messenger-cli-82dfd76ff534e362b7bfb3c12b870286a354f80b.zip
Normalized text input via macro and added lobby-entering dialog
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee7f64c..1713bff 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SOURCES = messenger_cli.c\
11 ui/accounts.c\ 11 ui/accounts.c\
12 ui/chat_open_dialog.c\ 12 ui/chat_open_dialog.c\
13 ui/chats.c\ 13 ui/chats.c\
14 ui/lobby_enter_dialog.c\
14 ui/members.c\ 15 ui/members.c\
15 ui/messages.c 16 ui/messages.c
16HEADERS = application.h\ 17HEADERS = application.h\
@@ -21,8 +22,10 @@ HEADERS = application.h\
21 ui/chat.h\ 22 ui/chat.h\
22 ui/chat_open_dialog.h\ 23 ui/chat_open_dialog.h\
23 ui/chats.h\ 24 ui/chats.h\
25 ui/lobby_enter_dialog.h\
24 ui/members.h\ 26 ui/members.h\
25 ui/messages.h 27 ui/messages.h\
28 ui/text_input.h
26 29
27LIBRARIES = gnunetchat gnunetutil ncurses 30LIBRARIES = gnunetchat gnunetutil ncurses
28 31