aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 000c792..24f771d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ INSTALL_DIR ?= /usr/local/
5BINARY = messenger-cli 5BINARY = messenger-cli
6SOURCES = messenger_cli.c\ 6SOURCES = messenger_cli.c\
7 application.c\ 7 application.c\
8 chat.c 8 chat.c\
9 ui/accounts.c
9HEADERS = 10HEADERS =
10 11
11LIBRARIES = gnunetchat gnunetutil ncurses 12LIBRARIES = gnunetchat gnunetutil ncurses