aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-21 17:01:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-21 17:01:58 +0000
commitc5a5222f6009301fd19893e855aaa23e23ed8ce5 (patch)
treec0f1fd7049297273bb2e62928ecdd332824055ad /src/gns/Makefile.am
parentd64a78aa23dc94f97b7bbc474682b1ca8a2c8a06 (diff)
downloadgnunet-c5a5222f6009301fd19893e855aaa23e23ed8ce5.tar.gz
gnunet-c5a5222f6009301fd19893e855aaa23e23ed8ce5.zip
-adding logic for TLSA/DANE verification in combination with recently submitted patches to GnuTLS
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index f36af6e64..d97a4b48c 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -124,6 +124,9 @@ gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \
124 $(top_builddir)/src/identity/libgnunetidentity.la \ 124 $(top_builddir)/src/identity/libgnunetidentity.la \
125 $(top_builddir)/src/util/libgnunetutil.la \ 125 $(top_builddir)/src/util/libgnunetutil.la \
126 $(GN_LIBINTL) 126 $(GN_LIBINTL)
127if HAVE_GNUTLS_DANE
128gnunet_gns_proxy_LDADD += -lgnutls-dane
129endif
127gnunet_gns_proxy_DEPENDENCIES = \ 130gnunet_gns_proxy_DEPENDENCIES = \
128 $(top_builddir)/src/identity/libgnunetidentity.la \ 131 $(top_builddir)/src/identity/libgnunetidentity.la \
129 $(top_builddir)/src/util/libgnunetutil.la \ 132 $(top_builddir)/src/util/libgnunetutil.la \