aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3ebae0..ee7f64c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ BINARY = messenger-cli
6SOURCES = messenger_cli.c\ 6SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c\ 8 chat.c\
9 util.c\
9 ui/account_create_dialog.c\ 10 ui/account_create_dialog.c\
10 ui/accounts.c\ 11 ui/accounts.c\
11 ui/chat_open_dialog.c\ 12 ui/chat_open_dialog.c\
@@ -14,6 +15,7 @@ SOURCES = messenger_cli.c\
14 ui/messages.c 15 ui/messages.c
15HEADERS = application.h\ 16HEADERS = application.h\
16 chat.h\ 17 chat.h\
18 util.h\
17 ui/account_create_dialog.h\ 19 ui/account_create_dialog.h\
18 ui/accounts.h\ 20 ui/accounts.h\
19 ui/chat.h\ 21 ui/chat.h\