aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-19 17:28:15 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-19 17:28:17 +0200
commit163037b2088b730c745274cf78463531f9ff4a53 (patch)
tree4b0340b17bdce7cb946dcbeff299ef16d5a55800 /src/namestore
parent0cf50c8599ef0c594bf288959f2495cd722f23fb (diff)
downloadgnunet-163037b2088b730c745274cf78463531f9ff4a53.tar.gz
gnunet-163037b2088b730c745274cf78463531f9ff4a53.zip
-more linker issues
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 482bcfb4b..4b4839f2a 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/identity/libgnunetidentity.la \
135 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 136 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
136 $(top_builddir)/src/util/libgnunetutil.la \ 137 $(top_builddir)/src/util/libgnunetutil.la \
137 $(GN_LIBINTL) 138 $(GN_LIBINTL)