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