about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-04 15:50:14 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-04 15:50:14 +0000
commitb7c8e20b255f9a4fa0da46a8ee846eececfc6aa9 (patch)
treecba8ec737fc89aed2a86ca9c23086640d5b2943f /Makefile
parented92d101331873314e9042a19373baa11abe74df (diff)
downloadxombrero-b7c8e20b255f9a4fa0da46a8ee846eececfc6aa9.tar.gz
Add :cert to print certificate chain as requested by jy-p
remove some #if 0 cruft while at it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be931c5..478eea1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ LDADD= -lutil
 LIBS+= gtk+-2.0
 LIBS+= webkit-1.0
 LIBS+= libsoup-2.4
+LIBS+= gnutls
 GTK_CFLAGS!= pkg-config --cflags $(LIBS)
 GTK_LDFLAGS!= pkg-config --libs $(LIBS)
 CFLAGS+= $(GTK_CFLAGS) -Wall -pthread