about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-10-21 16:38:10 -0500
committerMarco Peereboom <marco@conformal.com>2011-10-21 16:38:10 -0500
commit118e105002426ef9720fe80f7e01ca6bdfa3b907 (patch)
treed33504af3f7c729940e69d1ca97431204fd61938 /linux
parenta51b7d3f6fe944f42680dc95260fe3caa24d22ad (diff)
downloadxombrero-118e105002426ef9720fe80f7e01ca6bdfa3b907.tar.gz
Add -lgcrypt
I managed to lose this commit.
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 64788f2..5bc02e6 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -1,7 +1,7 @@
 LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls gthread-2.0
 
 CFLAGS+= -O2 -Wall -ggdb3 -D_GNU_SOURCE -I. $(shell pkg-config --cflags $(LIBS))
-LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl
+LDADD+= $(shell pkg-config --libs $(LIBS)) -lbsd -ldl -lgcrypt
 
 PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin