diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -4,10 +4,14 @@ INSTALL_DIR ?= /usr/local/ BINARY = messenger-cli SOURCES = messenger_cli.c\ - application.c\ - chat.c\ - ui/accounts.c -HEADERS = + application.c\ + chat.c\ + ui/accounts.c\ + ui/messages.c +HEADERS = application.h\ + chat.h\ + ui/accounts.h\ + ui/messages.h LIBRARIES = gnunetchat gnunetutil ncurses |