aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-20 00:26:21 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-20 00:26:21 +0900
commit0cf50c8599ef0c594bf288959f2495cd722f23fb (patch)
tree2fc6b0cebef7e1519847d375deb7384a7bd253ce /src/namestore
parentf03070c1d052acb48bf635b44cf16963c041dbaf (diff)
parent3308fd8e13819eb74f6324021bba40cbc6ee1229 (diff)
downloadgnunet-0cf50c8599ef0c594bf288959f2495cd722f23fb.tar.gz
gnunet-0cf50c8599ef0c594bf288959f2495cd722f23fb.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/namestore')
-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 9bd725546..482bcfb4b 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -132,6 +132,7 @@ gnunet_namestore_zonefile_SOURCES = \
132 gnunet-namestore-zonefile.c 132 gnunet-namestore-zonefile.c
133gnunet_namestore_zonefile_LDADD = \ 133gnunet_namestore_zonefile_LDADD = \
134 libgnunetnamestore.la \ 134 libgnunetnamestore.la \
135 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
135 $(top_builddir)/src/util/libgnunetutil.la \ 136 $(top_builddir)/src/util/libgnunetutil.la \
136 $(GN_LIBINTL) 137 $(GN_LIBINTL)
137 138