summaryrefslogtreecommitdiff
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 b15dffe..84d5942 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,13 @@ BINARY = messenger-cli
SOURCES = messenger_cli.c\
application.c\
chat.c\
+ ui/account_create.c\
ui/accounts.c\
ui/chats.c\
ui/messages.c
HEADERS = application.h\
chat.h\
+ ui/account_create.h\
ui/accounts.h\
ui/chats.h\
ui/messages.h