summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e512aa..9ffcdae 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BINARY = messenger-gtk
SOURCES = messenger_gtk.c
HEADERS =
-LIBRARIES = gnunetchat
+LIBRARIES = gnunetutil gnunetchat
PACKAGES = libhandy-1 gtk+-3.0 libnotify
CC ?= gcc
@@ -14,7 +14,7 @@ LD ?= gcc
RM ?= rm
CFLAGS += -pedantic -Wall -Wextra -march=native -ggdb3
-LDFLAGS +=
+LDFLAGS += -pthread
DEBUGFLAGS = -O0 -D _DEBUG
RELEASEFLAGS = -O2 -D NDEBUG -fwhole-program