diff options
author | Marco Peereboom <marco@conformal.com> | 2011-10-17 09:18:59 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-21 16:25:45 -0500 |
commit | 23cc6335df20d030f79ba2d108c2d2ee6dd3683b (patch) | |
tree | 5ba1e97a2324d6e1f2a7486e6b2d37dadcdc0ec2 /Makefile | |
parent | 5ce81fd91f7c220ee9b89277ecf631c4b68f71ed (diff) | |
download | xombrero-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-- | Makefile | 2 |
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 |