about summary refs log tree commit diff stats
path: root/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Makefile')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 8ccbe46..ab4a997 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -1,9 +1,9 @@
 # $xxxterm$
 
-LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4
+LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls
 
 CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS))
-LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd
+LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin