aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-05 20:08:55 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-07 13:01:21 +0100
commitbcab8106d55c4d1e8c66e9000bad8de394bd708e (patch)
tree9c427a0629092f96265819cbe78bd9e0855fd058 /Makefile
parentbfa0029f3e734ce5fda6e96dc74ed4f4a96556f6 (diff)
downloadmessenger-cli-bcab8106d55c4d1e8c66e9000bad8de394bd708e.tar.gz
messenger-cli-bcab8106d55c4d1e8c66e9000bad8de394bd708e.zip
Implemented callbacks to use chat messages and curses input
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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/
3INSTALL_DIR ?= /usr/local/ 3INSTALL_DIR ?= /usr/local/
4 4
5BINARY = messenger-cli 5BINARY = messenger-cli
6SOURCES = messenger_cli.c 6SOURCES = messenger_cli.c\
7 application.c\
8 chat.c
7HEADERS = 9HEADERS =
8 10
9LIBRARIES = gnunetchat gnunetutil ncurses 11LIBRARIES = gnunetchat gnunetutil ncurses