diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-04 15:50:14 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-04 15:50:14 +0000 |
commit | b7c8e20b255f9a4fa0da46a8ee846eececfc6aa9 (patch) | |
tree | cba8ec737fc89aed2a86ca9c23086640d5b2943f /Makefile | |
parent | ed92d101331873314e9042a19373baa11abe74df (diff) | |
download | xombrero-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-- | Makefile | 1 |
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 |