summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 24f771d..237681e 100644
--- a/Makefile
+++ b/Makefile
@@ -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