aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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