aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-10 15:10:08 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-10 15:10:21 +0200
commit2c3ed5fda45b21ce7e3038324d785cb13ffd0edb (patch)
tree7fc0611fc98c81d91b0ebaa7c776fd2d056bb7c6 /src/namestore/Makefile.am
parentde72aeb9ffa09576f7df749ef5ef2cf3391adec2 (diff)
downloadgnunet-2c3ed5fda45b21ce7e3038324d785cb13ffd0edb.tar.gz
gnunet-2c3ed5fda45b21ce7e3038324d785cb13ffd0edb.zip
more work on zoneimport tool, lacks CNAME but otherwise largely complete, except untested
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index cdfed543d..50b60d020 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -138,6 +138,7 @@ endif
138gnunet_zoneimport_SOURCES = \ 138gnunet_zoneimport_SOURCES = \
139 gnunet-zoneimport.c 139 gnunet-zoneimport.c
140gnunet_zoneimport_LDADD = \ 140gnunet_zoneimport_LDADD = \
141 $(top_builddir)/src/identity/libgnunetidentity.la \
141 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 142 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
142 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 143 $(top_builddir)/src/dns/libgnunetdnsparser.la \
143 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 144 $(top_builddir)/src/dns/libgnunetdnsstub.la \