aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-11-30 12:34:17 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-11-30 12:34:17 +0100
commit61efbfb56dde7db7ede7478817d5dbb0ae1f95c1 (patch)
tree08e02aec853d38233fff0867cf2743624eac5005 /src/gns/Makefile.am
parent6495b7d3b6f83aa8c00dbdfde05c8609c22eb92b (diff)
downloadgnunet-61efbfb56dde7db7ede7478817d5dbb0ae1f95c1.tar.gz
gnunet-61efbfb56dde7db7ede7478817d5dbb0ae1f95c1.zip
correctly convert to IDNA when transitioning to DNS
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index bb319ce6e..764590589 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -237,6 +237,7 @@ gnunet_service_gns_LDADD = \
237 $(top_builddir)/src/dns/libgnunetdns.la \ 237 $(top_builddir)/src/dns/libgnunetdns.la \
238 $(top_builddir)/src/dht/libgnunetdht.la \ 238 $(top_builddir)/src/dht/libgnunetdht.la \
239 $(top_builddir)/src/namecache/libgnunetnamecache.la \ 239 $(top_builddir)/src/namecache/libgnunetnamecache.la \
240 $(LIBIDN) $(LIBIDN2) \
240 $(USE_VPN) \ 241 $(USE_VPN) \
241 $(GN_LIBINTL) 242 $(GN_LIBINTL)
242 243