summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-11-07 08:11:56 -0500
committerDan Winship <danw@gnome.org>2010-11-26 15:31:48 -0500
commitb3c34ce3db83774e33209276dcbaa2b7b6d23b2b (patch)
tree978c23c6952c7b2f4058656f33efa44e9df0f3d5 /Makefile.am
parent96cfd72305356ff4a25677d26ee47c3baf546e48 (diff)
downloadglib-networking-b3c34ce3db83774e33209276dcbaa2b7b6d23b2b.tar.gz
Add a GNUTLS-based GTlsBackend
https://bugzilla.gnome.org/show_bug.cgi?id=588189
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f880c5a..30f8aea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,3 +8,7 @@ SUBDIRS = po
if HAVE_LIBPROXY
SUBDIRS += proxy/libproxy
endif
+
+if HAVE_GNUTLS
+SUBDIRS += tls/gnutls
+endif