diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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_create_dialog.c\ | ||
14 | ui/lobby_enter_dialog.c\ | 15 | ui/lobby_enter_dialog.c\ |
15 | ui/members.c\ | 16 | ui/members.c\ |
16 | ui/messages.c | 17 | ui/messages.c |
@@ -22,6 +23,8 @@ HEADERS = application.h\ | |||
22 | ui/chat.h\ | 23 | ui/chat.h\ |
23 | ui/chat_open_dialog.h\ | 24 | ui/chat_open_dialog.h\ |
24 | ui/chats.h\ | 25 | ui/chats.h\ |
26 | ui/list_input.h\ | ||
27 | ui/lobby_create_dialog.h\ | ||
25 | ui/lobby_enter_dialog.h\ | 28 | ui/lobby_enter_dialog.h\ |
26 | ui/members.h\ | 29 | ui/members.h\ |
27 | ui/messages.h\ | 30 | ui/messages.h\ |