about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-02-23 21:09:53 +0000
committerMarco Peereboom <marco@conformal.com>2011-02-23 21:09:53 +0000
commitbbe114c0259976f8c27c067e477d3110f88d83b1 (patch)
tree677421adca9ef0af82a5e05e0318bedcfe2e87a0 /linux
parentac5343f8500ad3b2e78a43397a893a423a12ce63 (diff)
downloadxombrero-bbe114c0259976f8c27c067e477d3110f88d83b1.tar.gz
fix linux makefile from reashlin & patricius on the forum
Diffstat (limited to 'linux')
-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