about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-10-17 09:18:59 -0500
committerMarco Peereboom <marco@conformal.com>2011-10-21 16:25:45 -0500
commit23cc6335df20d030f79ba2d108c2d2ee6dd3683b (patch)
tree5ba1e97a2324d6e1f2a7486e6b2d37dadcdc0ec2 /Makefile
parent5ce81fd91f7c220ee9b89277ecf631c4b68f71ed (diff)
downloadxombrero-23cc6335df20d030f79ba2d108c2d2ee6dd3683b.tar.gz
Initialize gcrypt like $deity indented
Nowhere in the doco of gnutls does one find such important info.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2ffb8d..ff49393 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MAN=xxxterm.1
 SRCS= xxxterm.c marco.c
 CFLAGS+= -O2
 DEBUG= -ggdb3
-LDADD= -lutil
+LDADD= -lutil -lgcrypt
 LIBS+= gtk+-2.0
 LIBS+= webkit-1.0
 LIBS+= libsoup-2.4