summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41fc57e..000c792 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ SOURCE_DIR = src/
INSTALL_DIR ?= /usr/local/
BINARY = messenger-cli
-SOURCES = messenger_cli.c
+SOURCES = messenger_cli.c\
+ application.c\
+ chat.c
HEADERS =
LIBRARIES = gnunetchat gnunetutil ncurses