summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d487a68..8d96510 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BINARY = messenger-cli
SOURCES = messenger_cli.c
HEADERS =
-LIBRARIES = gnunetchat
+LIBRARIES = gnunetchat gnunetutil
CC ?= gcc
LD ?= gcc