summaryrefslogtreecommitdiff
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 1713bff..6ab183d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SOURCES = messenger_cli.c\
ui/accounts.c\
ui/chat_open_dialog.c\
ui/chats.c\
+ ui/lobby_create_dialog.c\
ui/lobby_enter_dialog.c\
ui/members.c\
ui/messages.c
@@ -22,6 +23,8 @@ HEADERS = application.h\
ui/chat.h\
ui/chat_open_dialog.h\
ui/chats.h\
+ ui/list_input.h\
+ ui/lobby_create_dialog.h\
ui/lobby_enter_dialog.h\
ui/members.h\
ui/messages.h\