aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 08:14:49 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 08:14:49 +0100
commit0b5e911055f7bb50b91d57a7832985d098ba693c (patch)
tree5356ca5e559a8d8c89255eef5bcf0c9d6685b312
parent2d6099835f3aff0a28c6c9bd4a1652ce59ee1f14 (diff)
downloadgnunet-0b5e911055f7bb50b91d57a7832985d098ba693c.tar.gz
gnunet-0b5e911055f7bb50b91d57a7832985d098ba693c.zip
-actually include tlds.conf in distv0.16.0-alpha.4
-rw-r--r--src/gns/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index deb9d0828..315b4dbf3 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -35,7 +35,8 @@ libexecdir= $(pkglibdir)/libexec/
35plugindir = $(libdir)/gnunet 35plugindir = $(libdir)/gnunet
36 36
37pkgcfg_DATA = \ 37pkgcfg_DATA = \
38 gns.conf \ 38 gns.conf
39dist_pkgcfg_DATA = \
39 tlds.conf 40 tlds.conf
40 41
41lib_LTLIBRARIES = \ 42lib_LTLIBRARIES = \