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\ 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\ |